Actions
action #1731
closedCreate users in local database
Description
We have implemented openID but it uses a list of users hardcoded in the source code. We need to create a proper database table and add users in their first login.
Updated by ancorgs almost 11 years ago
- % Done changed from 0 to 30
Implemented the creation of users on first login and the fetching from database when needed. Needs more testing and polishing, so not committed yet.
Updated by ancorgs almost 11 years ago
- % Done changed from 30 to 80
Finally, a table with users in db. Records are automatically added. Added logout link and several other improvements (regarding REST, database access from controllers, etc.). No tests yet.
Updated by ancorgs almost 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Tests added. Closing.
Actions