Skip to content

Commit

Permalink
Merge pull request #113 from MythicalLTD/106-there-is-no-forgot-passw…
Browse files Browse the repository at this point in the history
…ord-option

Fix the forgot password button being hidden!
  • Loading branch information
NaysKutzu authored Feb 23, 2024
2 parents 8015698 + 9ac8dc0 commit 0dbcd7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ migrates.ini
/cli/*.yml
/MythicalDash
/MythicalDash.zip
/mythicaldash_backup.sql
/mythicaldash_backup.sql
public/FIRST_INSTALL
public/FIRST_USER
2 changes: 1 addition & 1 deletion view/auth/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class="platform-bg" data-app-light-img="illustrations/bg-shape-image-light.png"
autofocus />
</div>
<div class="mb-3 form-password-toggle">
<?php if (SettingsManager::getSetting("enable_smtp") == "ture") {
<?php if (SettingsManager::getSetting("enable_smtp") == "true") {
?>
<div class="d-flex justify-content-between">
<label class="form-label" for="password"><?= $lang['password'] ?></label>
Expand Down

0 comments on commit 0dbcd7d

Please sign in to comment.