action #1731
Create users in local database
Start date:
2014-02-25
Due date:
% Done:
100%
Estimated time:
6.00 h
Difficulty:
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.
History
#1
Updated by ancorgs almost 9 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.
#2
Updated by ancorgs almost 9 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.
#3
Updated by ancorgs almost 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Tests added. Closing.