diff options
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_profile_reg_details.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html index 0d1132328e..34cf8179ad 100644 --- a/phpBB/styles/subSilver/template/ucp_profile_reg_details.html +++ b/phpBB/styles/subSilver/template/ucp_profile_reg_details.html @@ -6,6 +6,11 @@ <tr> <th colspan="2" valign="middle">{L_TITLE}</th> </tr> + <!-- IF S_FORCE_PASSWORD --> + <tr> + <td class="row3" colspan="2" align="center"><span class="gensmall">Before you may continue browsing the board you are required to change your password.</span></td> + </tr> + <!-- ENDIF --> <!-- IF ERROR --> <tr> <td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td> |