login.adp
Delivered as text/html
Related Files
- packages/openacs-bootstrap3-theme/resources/templates/packages/acs-subsite/lib/login.tcl
- packages/openacs-bootstrap3-theme/resources/templates/packages/acs-subsite/lib/login.adp
- packages/acs-subsite/lib/login.tcl
- packages/acs-subsite/lib/login.adp
[ hide source ] | [ make this the default ]
File Contents
<property name="focus">@focus;literal@</property> <div id="register-login"> <formtemplate id="login"></formtemplate> <if @forgotten_pwd_url@ not nil> <if @email_forgotten_password_p;literal@ true> <a href="@forgotten_pwd_url;literal@" true>#acs-subsite.Forgot_your_password#</a> <br> </if> </if> <if @self_registration;literal@ true> <if @register_url@ not nil> <a href="@register_url@">#acs-subsite.Register#</a> </if> </if> <include src="external-logins" &return_url="return_url"> </div>