File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- link.forgotPass =Forgotten Password?
1
+ link.forgotPass =Forgotten User Name / Password?
2
+ message.reset =Enter the email address you are registered with in Alfresco. You will be sent a new password and a reminder of your user name.
2
3
message.passwordSent =Your password was reset successfully. Please check your e-mail for further instructions.
3
4
message.unknownErrorTitle =Error
4
- message.unknownError =An unknown error occurred. Please contact your administrator.
5
+ message.unknownError =An unknown error occurred. Please contact your administrator.
Original file line number Diff line number Diff line change 1
1
<div id =" ${args.htmlid}-resetPasswordDialog" class =" reset-password-dialog" >
2
2
<div class =" hd" >${msg("label.header") } </div >
3
3
<div class =" bd" >
4
+ <p >${msg("message.reset") } </p >
4
5
<form id =" ${args.htmlid}-form" action =" " method =" POST" >
5
6
<div class =" yui-gd" >
6
7
<div class =" yui-u first" ><label for =" ${args.htmlid}-email" >${msg("label.email") } :</label ></div >
14
15
</div >
15
16
</form >
16
17
</div >
17
- </div >
18
+ </div >
Original file line number Diff line number Diff line change 1
1
.alfresco-guest .theme-overlay
2
2
{
3
3
height : auto !important ;
4
- }
4
+ }
5
+ /* Add padding to the explanatory text */
6
+ .alfresco-share .yui-panel-container .reset-password-dialog .yui-panel p
7
+ {
8
+ padding : 10px 10px 3px 10px ;
9
+ }
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if (typeof Extras === undefined || !Extras)
34
34
{
35
35
this . resetPasswordDialog = new Alfresco . module . SimpleDialog ( "resetPasswordDialog" ) . setOptions (
36
36
{
37
- width : "30em " ,
37
+ width : "35em " ,
38
38
templateUrl : Alfresco . constants . URL_SERVICECONTEXT + "extras/modules/reset-password-dialog" ,
39
39
actionUrl : actionUrl ,
40
40
onSuccess :
You can’t perform that action at this time.
0 commit comments