Actions
Feature #3463
closedWt::Auth, add possibilty to disable an Wt:Auth user by default after registration
Start date:
07/11/2014
Due date:
% Done:
0%
Estimated time:
Description
An administrator may want to validate registration requests.
Koen : "Perhaps that's easily done by making sure User::status() returns Disabled initially.
Unfortunately, we didn't foresee setStatus() methods for this ... so you'll need to do this at the lowest-level ... which would thus be a second feature for us to add."
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
We've added User::setStatus() and Wt::Auth::Dbo::UserDatabase::setNewUserStatus()
Koen
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions