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/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
