Ticket #1831 (assigned enhancement)
Login with email address
Reported by: | ross | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-backlog |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by ross) (diff)
Users should be able to log in using either their username, or their email address, both of which are unique.
Will require a change to UsernamePasswordAuthenticator? in ckan.lib.authenticator.py and possible a useful User.by_email in the user model if it doesn't already exist.
Change History
comment:2 Changed 2 years ago by ross
- Status changed from new to assigned
- Milestone changed from ckan-backlog to current-ckan-sprint-2012-03-19
Already have a branch for this.
comment:3 Changed 2 years ago by ross
Email is not currently 'unique' in the user model. Find out if this is intentional or not.
Note: See
TracTickets for help on using
tickets.