Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tell user why login is prevented (Trac #1417) #1417

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 3 comments
Closed

tell user why login is prevented (Trac #1417) #1417

elgg-gitbot opened this issue Feb 16, 2013 · 3 comments

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/1417 on 39972269-12-02 by cash, assigned to cash.

Elgg version: 1.6

login can fail because

  • wrong password/username
  • too many login failures
  • user is banned
  • user has not validated account

Right now there is a single error message which doesn't help the user that much or the administrator.

This will require the login() function to pass back more than just true/false or some other mechanism for passing failures (exceptions caught by the login action handler?)

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.8 by brettp on 40088303-01-09

@elgg-gitbot
Copy link
Author

cash wrote on 40873374-01-09

(In [svn:7317]) Refs #1417 Elgg core now passes back useful messages to user when log in fails - uservalidationbyemail is next

@elgg-gitbot
Copy link
Author

cash wrote on 40873757-06-28

(In [svn:7319]) Fixes #1417 Users get notified when their accounts are not validated for any authentication attempt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant