11.0.0-49 Update with latest changed from smeserver-smanager

This commit is contained in:
John Crisp
2025-07-29 15:23:25 +02:00
parent 0811200222
commit d2f484eedd
6 changed files with 43 additions and 11 deletions

View File

@@ -28,6 +28,14 @@
<%= $c->render_to_string( inline => l('pwd_DESCRIPTION')); %>
</div>
<div>
% my $strength = uc($pwd_datas->{passwdstrength});
<%= $c->render_to_string( inline => l('pwd_'.$strength.'_PASSWORD_DESCRIPTION',$pwd_datas->{passwdlength})) %>
<br />
<%= $c->render_to_string( inline => l('pwd_PASSWORD_WIKI')) %>
</div>
% if ( $pwd_datas->{trt} eq 'RESET' ) {
% my $btn = l('pwd_PASSWORD_RESET');
% my $url = '/userpasswordr';