BUG 0000 Forgot password feature (first coomit)
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
0f0e2ba33f
commit
a1725f03d5
@@ -19,6 +19,10 @@
|
||||
<en>Login</en>
|
||||
</BSUBMIT>
|
||||
|
||||
<FORGOT_PASWORD_LINK type="link" value="I forgot my password" link="forgotPassword" onclick="" colAlign="right" colWidth="135"/>
|
||||
|
||||
|
||||
|
||||
<JS type="javascript"><![CDATA[
|
||||
var panel;
|
||||
|
||||
@@ -123,5 +127,12 @@ try{
|
||||
}
|
||||
catch(e){}
|
||||
|
||||
// enable/disable forgot password link
|
||||
if(flagForgotPassword == 0 )
|
||||
hideRowById('FORGOT_PASWORD_LINK');
|
||||
|
||||
|
||||
]]></JS>
|
||||
</dynaForm>
|
||||
|
||||
|
||||
</dynaForm>
|
||||
|
||||
Reference in New Issue
Block a user