[TYPO3-english] tx_felogin_pi1 on every page not working as typoscriptObjectPath
Domi
djgarms at gmail.com
Fri Sep 28 02:03:35 CEST 2012
Hi Jigal,
I have here the complete HTML output, which getting rendered by the
lib.login:
<div class="tx-felogin-pi1">
<h3>User login</h3>
<div>Enter your username and password here in order to log in on the
website:</div>
<!-- ###LOGIN_FORM### -->
<form action="/" target="_top" method="post"
onsubmit="tx_rsaauth_feencrypt(this);; return true;">
<fieldset>
<legend>Login</legend>
<div>
<label for="user">Username:</label>
<input type="text" id="user" name="user" value="">
</div>
<div>
<label for="pass">Password:</label>
<input type="password" id="pass" name="pass" value="">
</div>
<div>
<input type="submit" name="submit" value="Login" class="btn">
</div>
<div class="felogin-hidden">
<input type="hidden" name="logintype" value="login">
<input type="hidden" name="pid" value="1081">
<input type="hidden" name="redirect_url" value="">
<input type="hidden" name="tx_felogin_pi1[noredirect]"
value="0">
<script type="text/javascript"
src="http://mystudents/typo3/sysext/rsaauth/resources/jsbn/jsbn.js"></script><script
type="text/javascript"
src="http://students.dmf.he-internet.de/typo3/sysext/rsaauth/resources/jsbn/prng4.js"></script><script
type="text/javascript"
src="http://mystudents/typo3/sysext/rsaauth/resources/jsbn/rng.js"></script><script
type="text/javascript"
src="http://mystudents/typo3/sysext/rsaauth/resources/jsbn/rsa.js"></script><script
type="text/javascript"
src="http://mystudents/typo3/sysext/rsaauth/resources/jsbn/base64.js"></script><script
type="text/javascript"
src="http://mystudents/typo3/sysext/rsaauth/resources/rsaauth_min.js"></script><input
type="hidden" id="rsa_n" name="n"
value="BA58C3412E7C29AF7A99B21805B960E80E68513DCAF5C2C9DE945178E46198CB5A65E86F5BCE37F75F9FB860FB187F011259963FA3068D2478319A2DBD64A6D73E4344D36533CCAAE7284B3FDDA1B808EC55BCF2F8E29C7A7C6B78C42F5BBCE0F5B01F0D6F3A8B433702839B77C0D5950EB6B3D0A698B5B36FAF91790818267D"><input
type="hidden" id="rsa_e" name="e" value="10001">
</div>
</fieldset>
</form>
<!--###FORGOTP_VALID###-->
<p><a href="/index.php?id=1&tx_felogin_pi1%5Bforgot%5D=1"
rel="nofollow">Forgot your password?</a></p>
<!--###FORGOTP_VALID###-->
<!-- ###LOGIN_FORM### -->
</div>
It is exactly the same HTML output, as is getting rendered if I choose a
tt_content felogin element.
The only difference is the <input id="rsa_n" ../> which value is different.
Hope you can give me a hint into the right direction. The tt_content
plugin works perfectly, but the lib.login authentification fails.
My system: TYPO3 4.7.4, all up-to-date.
Thanks,
Dominic
More information about the TYPO3-english
mailing list