Update user mgmt to allow saml user add by email

This commit is contained in:
2021-05-07 14:36:00 -04:00
parent 0d97c784d1
commit 337efaf2a6
3 changed files with 45 additions and 1 deletions

View File

@@ -106,7 +106,9 @@
<h2><i class="fas fa-user-circle"></i> <?php echo $transLang['EDIT_PROFILE']; ?></h2>
</div>
</div>
<?php if (Registry::AUTHMETHOD == 'INTERNAL') { ?>
<p class="lead"><?php echo $transLang['ACCOUNT_INFO_DESC'] . $minpasslength; ?></p>
<?php } ?>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<fieldset>
<div class="form-group row">