Package Products :: Package ZenWidgets :: Package browser :: Package quickstart :: Module userViews :: Class CreateUserView
[hide private]
[frames] | no frames]

Class CreateUserView

source code

              Acquisition.Explicit --+    
                                     |    
        zope.location.Location --+   |    
                                 |   |    
zope.publisher.browser.BrowserView --+    
                                     |    
              Five.browser.BrowserView --+
                                         |
                                        CreateUserView

Creates the initial user and sets the admin password.

Instance Methods [hide private]
 
createUser(self)
Handles form submission for setting the admin password and creating an initial user.
source code

Inherited from zope.publisher.browser.BrowserView: __init__

Class Variables [hide private]
  __call__ = ZopeTwoPageTemplateFile('templates/createuser.pt')

Inherited from zope.publisher.browser.BrowserView: __parent__

Method Details [hide private]

createUser(self)

source code 
Handles form submission for setting the admin password and creating an initial user.
Decorators:
  • @Ext.form_action