Changeset 8909


Ignore:
Timestamp:
09/05/10 17:16:01 (21 months ago)
Author:
OlivierRaginel
Message:

Item9561: upon submit of the login form, get the hash (anchor) from the URL and pass it back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/templates/login.tmpl

    r8891 r8909  
    2828%TMPL:DEF{"authrealm"}%%MAKETEXT{"This is your name written as !WikiWord, for example: !JohnSmith. %BR% [[[_1]][Register]] if you do not have an account yet." args="%SYSTEMWEB%.UserRegistration"}%%TMPL:END% 
    2929 
    30 %TMPL:DEF{"formstart"}%<form action='%SCRIPTURLPATH{"login"}%%PATH_INFO%' name='loginform' method='post'>%TMPL:END% 
     30%TMPL:DEF{"formstart"}%<form action='%SCRIPTURLPATH{"login"}%%PATH_INFO%' name='loginform' method='post' onsubmit='document.loginform.foswiki_origin.value+=window.location.hash'>%TMPL:END% 
    3131 
    3232%TMPL:DEF{"formend"}%<literal> 
Note: See TracChangeset for help on using the changeset viewer.