[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 185 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
UserProfile:: (5 methods):
show()
addPasswordConfirmation()
updateProfileForm()
deleteProfileForm()
tokenForm()
Class: UserProfile - X-Ref
DokuWiki User Profile Interfaceshow() X-Ref |
Display the User Profile Form Panel author: Andreas Gohr <andi@splitbrain.org> return: void |
addPasswordConfirmation(Form $form) X-Ref |
Add the password confirmation field to the form if configured param: Form $form return: void |
updateProfileForm($userinfo) X-Ref |
Create the profile form return: Form |
deleteProfileForm() X-Ref |
Create the profile delete form return: Form |
tokenForm($user) X-Ref |
Get the authentication token form param: string $user return: Form |