Added "forgot_password_link_url" and "registration_link_url" settings

This commit is contained in:
RainLoop Team 2014-11-18 01:13:50 +04:00
parent bfafe95975
commit a0ad1d6cb3
29 changed files with 68 additions and 0 deletions

View file

@ -131,6 +131,9 @@ class Application extends \RainLoop\Config\AbstractConfig
'determine_user_language' => array(true, ''),
'determine_user_domain' => array(false, ''),
'forgot_password_link_url' => array('', ''),
'registration_link_url' => array('', ''),
'sign_me_auto' => array(\RainLoop\Enumerations\SignMeType::DEFAILT_OFF,
'This option allows webmail to remember the logged in user
once they closed the browser window.