File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 8
8
<h1 >{{ ' Change your password' | trans }}</h1 >
9
9
{{ form_start(form ) }}
10
10
{{ form_errors(form ) }}
11
- <div data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' ) }}" >
12
- {{ form_row(form .password .first ) }}
13
- {{ include (' /user/password-strength-meter.html.twig' ) }}
14
- </div >
15
- {{ form_row(form .password .second ) }}
11
+ {{ form_row(form .password ) }}
16
12
17
13
<input type =" submit" class =" btn btn-secondary" value =" {{ ' Confirm' | trans }}" />
18
14
{{ form_end(form ) }}
Original file line number Diff line number Diff line change 7
7
{% else %}
8
8
{{ form_start(form ) }}
9
9
{{ form_row(form .email ) }}
10
- <div data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' ) }}" >
11
- {{ form_row(form .password .first ) }}
12
- {{ include (' /user/password-strength-meter.html.twig' ) }}
13
- </div >
14
- {{ form_row(form .password .second ) }}
10
+ {{ form_row(form .password ) }}
15
11
{{ form_rest(form ) }}
16
12
17
13
<input class =" btn btn-secondary" type =" submit" value =" {{ ' Sign up' | trans }}" />
Original file line number Diff line number Diff line change 3
3
{% block main %}
4
4
{{ form_start(form ) }}
5
5
{{ form_errors(form ) }}
6
- <div data-role =" check-password" data-route =" {{ path(' admin_user_ajax_password_strength' ) }}" >
7
- {{ form_row(form .password .first ) }}
8
- {{ include (' /user/password-strength-meter.html.twig' ) }}
9
- </div >
10
- {{ form_row(form .password .second ) }}
6
+ {{ form_row(form .password ) }}
11
7
12
8
<input type =" submit" class =" btn btn-secondary" value =" {{ ' Confirm' | trans }}" />
13
9
{{ form_end(form ) }}
You can’t perform that action at this time.
0 commit comments