[xwiki-users] Set Active to false in User class - developers
Is there a way / method to allow me to set Active param of User class to false after registration? I want users to register then I vet the registration and only after that activate if I wish so. Similar to Email activation at the moment except I want to have abitilty to activate users??? -- View this message in context: http://n2.nabble.com/Set-Active-to-false-in-User-class---developers-tp324977... Sent from the XWiki- Users mailing list archive at Nabble.com.
AjdinBrandic wrote:
Is there a way / method to allow me to set Active param of User class to false after registration? I want users to register then I vet the registration and only after that activate if I wish so. Similar to Email activation at the moment except I want to have abitilty to activate users???
You can write a plugin that watches for the /register/ action and sets that field after a successful registration. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
AjdinBrandic -
Sergiu Dumitriu