WeakWiki Version 0.17

help | login | search:  
<<

Home Page
Index

Download
Sandbox

Manual

Features
Syntax

Requirements
Installation Guide

Modules
Customization

Project Sources
Documentation
Issues

Version History

Contact

News
Wiki Help


robbiblubber.org














read  source  history 

User Self Service (ussm) Module Configuration



The ussm module may be configured using the PHP Contstants in ./modules/ussm/ussm.module.php.

Constants


USSM_REGISTER_USERS
(bool) defines, if users are allowed to register to the system.


USSM_PASSWORD_RESET
(bool) defines, if users are allowed to reset their passwords.


USSM_MENU_REGISTER
(bool) defines, if register option will be displayed in the main menu.


USSM_ALLOW_WRITE
(bool) defines, if a user may register to the system as an editor.


USSM_VERIFY_EMAIL
(bool) defines, if registration requires a verified e-Mail address.
If set to TRUE, ussm will verify the e-Mail address.


USSM_EMAIL_*
(string) defines text and header fields of e-Mail sent by ussm when a user registers.


USSM_PASSWD_EMAIL_*
(string) defines text and header fields of e-Mail sent by ussm when a user resets password.




ussm | ussm Installation