File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,28 @@ Please enter your account {{ account|lower }} and your password.<br/><a href="{{
24
24
<td >
25
25
<div class =" InnerTableContainer" >
26
26
<table style =" width:100%;" >
27
- {{ hook(' HOOK_ACCOUNT_LOGIN_BEFORE_PASSWORD' ) }}
27
+
28
+ {{ hook(' HOOK_ACCOUNT_LOGIN_BEFORE_ACCOUNT' ) }}
29
+
28
30
<tr >
29
31
<td class =" LabelV" >
30
32
<span {% if error is not null %} class =" red" {% endif %}>{{ account_login_by }}:</span >
31
33
</td >
32
34
<td style =" width:100%;" ><input type =" text" name =" account_login" size =" 30" maxlength =" {{ setting(' core.account_login_by_email' ) ? ' 255' : ' 30' }}" autofocus /></td >
33
35
</tr >
36
+
34
37
{{ hook(' HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT' ) }}
38
+ {{ hook(' HOOK_ACCOUNT_LOGIN_BEFORE_PASSWORD' ) }}
39
+
35
40
<tr >
36
41
<td class =" LabelV" >
37
42
<span {% if error is not null %} class =" red" {% endif %}>Password:</span >
38
43
</td >
39
44
<td ><input type =" password" name =" password_login" size =" 30" maxlength =" 29" ></td >
40
45
</tr >
46
+
41
47
{{ hook(' HOOK_ACCOUNT_LOGIN_AFTER_PASSWORD' ) }}
48
+
42
49
<tr >
43
50
<td class =" LabelV" ></td >
44
51
<td ><input type =" checkbox" id =" remember_me" name =" remember_me" value =" true" />
You can’t perform that action at this time.
0 commit comments