We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing feature? Moin 1.9.x had configure options to prevent users from changing their name or email:
user_form_disable = ['name', 'aliasname', 'email',] # don't let the user change these, but show them: user_form_remove = ['aliasname', 'password', 'password2', 'css_url', 'logout', 'create', 'account_sendmail','jid'] # remove completely:
In moin2 aliasname is replaced by name being a list.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Missing feature? Moin 1.9.x had configure options to prevent users from changing their name or email:
user_form_disable = ['name', 'aliasname', 'email',] # don't let the user change these, but show them:
user_form_remove = ['aliasname', 'password', 'password2', 'css_url', 'logout', 'create', 'account_sendmail','jid'] # remove completely:
In moin2 aliasname is replaced by name being a list.
The text was updated successfully, but these errors were encountered: