BurnSystems.FBK.Modules.WebLoginManager.Plugin
Aus Depon.Net - Wiki
The Webloginmanager is responsible to forward the user to the correct pages, so the registration process can be continued until user
- is active,
- has agreed to terms of service
- has a player (configurable)
Inhaltsverzeichnis |
Configuration
The mailsender is configured via xml node of the plugin
playerrequired
Value which indicates whether the user requires an associated player to be completed. This configuration shall be set to 'False', if the website has no player<->user relationship.
pages/notloggedin/url
Url to which user will be forwarded, if the is not logged in
pages/notactivated/url
Url to which user will be forwarded, if his account is not activated
pages/notagreed/url
Url to which user will be forwarded, if he has not agreed to tos
pages/noplayer/url
Url to which user will be forwarded, if user has no player associated
pages/completed/url
Url to which user will be forwarded, if everything has been completed.
