Commit 32f78562 authored by Franco Fichtner's avatar Franco Fichtner

users: allow to change password for imported users

We import those users with a random password.  We can always let
the user define another one and use it...
parent b0aa481d
......@@ -567,7 +567,7 @@ $( document ).ready(function() {
</td>
</tr>
<?php
else:?>
endif;?>
<tr>
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Password");?></td>
<td>
......@@ -576,8 +576,6 @@ $( document ).ready(function() {
<small><?= gettext("(confirmation)"); ?></small>
</td>
</tr>
<?php
endif;?>
<tr>
<td><a id="help_for_fullname" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Full name");?></td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment