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

@ -44,6 +44,9 @@
this.logoCss = Utils.trim(Settings.settingsGet('LoginCss'));
this.logoPowered = !!Settings.settingsGet('LoginPowered');
this.forgotPasswordLinkUrl = Settings.settingsGet('ForgotPasswordLinkUrl');
this.registrationLinkUrl = Settings.settingsGet('RegistrationLinkUrl');
this.emailError = ko.observable(false);
this.passwordError = ko.observable(false);