<> = first idea = If a superuser sends the recovery password token by "Mail account data" the text should be different and may be configurabe from within wikiconfig. {{attachment:user.patch}} if you set the about parameter in you wikiconfig this text is used for the recoverpass mail if a superuser invokes this action for a user. e.g. {{{#!python superuser_mail_account_prologue = """Dear colleague, Your user account for the wiki page of the XXXX initiative has been set up. Please use the following URL link to reset your password within the next days. """ superuser_mail_account_epilogue = """Please also sign the data protocol (f orm available on the wiki page) and send it back to xxxxx or by fax: xxxxx If we do not receive the signed data protocol, we have to disable your account to the page after the deadline displayed on the wiki page in the interest of other users. Best Regards, xxxxx"""}}} Does one know better names for these config vars? = how i use it currently = I also use this in a different approach. {{attachment:user_about.patch}} and an example of the about var in wikiconfig {{{ about = u"""\ Dear colleague, Your user account for the wiki page of the XXXX initiative has been set up. Please use the following URL link to reset your password within the next days. Login Name: %(login_name)s Password recovery token: %(recovery_token)s Password reset URL: %(base_url)s/?action=recoverpass&name=%(user_name)s&token=%(recovery_token)s Please also sign the data protocol (form available on the wiki page) and send it back to XXXX. If we do not receive the signed data protocol, we have to disable your account to the page after the deadline displayed on the wiki page in the interest of other users. Best Regards, XXXX """ }}} ---- CategoryFeatureRequest