tools.py r721 line 724 elif self.settings.block_registration: session.flash = self.messages.registration_pending else: session.flash = self.messages.registration_successful log = self.settings.register_log etc
There is no difference (other than message shown to user) whether block_registration is True or False. How is this supposed to work? User is created but with a 'Disabled' flag? - this can then be enabled by an admin Ideally some workflow would also be triggered (simple: email to admin) F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---