Changes between Initial Version and Version 1 of Ticket #1831
- Timestamp:
- 02/24/12 09:03:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1831 – Description
initial v1 1 1 Users should be able to log in using either their username, or their email address, both of which are unique. 2 3 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.