Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError message when password is wrong #10
Comments
|
Fixed in github, submitting to CRAN soon |
When calling
cookie <- login(email="veroamilbe@gmail.com", password=Sys.getenv("FBPW"), rememberMe = TRUE)with the wrong password nothing happened. Can the user get some information that the login went wrong?