Skip to content

Commit

Permalink
dev: survey->active test set to comparison as a boolean is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed May 11, 2021
1 parent 1fc8852 commit db46126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/services/PasswordManagement.php
Expand Up @@ -182,7 +182,7 @@ private function sendAdminMail($type = self::EMAIL_TYPE_REGISTRATION): \LimeMail
'siteadminemail' => \Yii::app()->getConfig("siteadminemail"),
'linkToAdminpanel' => $absolutUrl,
'username' => $this->user->users_name,
'password' => '<a href="' . $passwordResetUrl . ">".gT('Click here to reset your password') . "</a>",
'password' => '<a href="' . $passwordResetUrl . ">" . gT('Click here to reset your password') . "</a>",
'mainLogoFile' => LOGO_URL,
'showPasswordSection' => \Yii::app()->getConfig("auth_webserver") === false && \Permission::model()->hasGlobalPermission('auth_db', 'read', $this->user->uid),
'showPassword' => (\Yii::app()->getConfig("display_user_password_in_email") === true),
Expand Down

0 comments on commit db46126

Please sign in to comment.