felogin über Typoscript einbinden mit rsaatuh und saltedpasswords

  • JAY3 JAY3
    Jar Jar Binks
    0 x
    1 Beiträge
    0 Hilfreiche Beiträge
    27. 11. 2011, 18:21

    Hallo,

    ich versuche seit geraumer Zeit das felogin über Typoscript einzubinden in Kombination mit rsaauth und saltedpasswords.

    Wenn ich den Login als Templavoila Content Element einbinde funktioniert es perfekt.
    Sobald ich den Login über Typoscript einbinde geht es nicht (Fehler beim Login, Benutzer oder Passwort falsch). Über Typoscript und ohne rsa geht es auch.

    TYPO3 4.6 Introduction Package
    felogn 1.4.0
    rsaauth 1.2.0
    saltedpasswords 1.1.0

    Hier meine diversen Versuche per TS:

    1. /*
    2. plugin.tx_felogin_pi1 = USER_INT
    3. plugin.tx_felogin_pi1 {
    4.   storagePid = 29
    5.   #templateFile = fileadmin/templates/ext/felogin/tx_felogin_pi1_template.html
    6.   preserveGETvars = all
    7.   wrapContentInBaseClass = 0
    8.   showForgotPasswordLink = 0
    9.   showPermaLogin = 0
    10.  
    11.   welcomeHeader_stdWrap.wrap = <div class="LoginName"><h1>|</h1></div>
    12.   logoutHeader_stdWrap.wrap = <div class="LogoutName">|</div>
    13.  
    14.   #redirect
    15.   redirectMode = groupLogin,login,logout
    16.   redirectFirstMethod = 1
    17.   redirectPageLogin = 1
    18.   #redirectPageLogout = 1
    19.  
    20. }
    21.  
    22. lib.loginbox = COA
    23. lib.loginbox.1 = TEXT
    24. lib.loginbox.1.value = <h2>KUNDEN-LOGIN</h2>
    25. lib.loginbox.2 < plugin.tx_felogin_pi1
    26.  
    27. lib.loginbox >
    28. */
    29.  
    30. temp {
    31. LOGIN = CONTENT
    32. LOGIN {
    33. table = tt_content
    34. pidInList = 77
    35. orderBy = sorting
    36. #where = colPos = 0
    37. }
    38. }
    39. }
    40.  
    41. lib.loginbox < temp.LOGIN
    42. lib.loginbox >
    43.  
    44. /*
    45. lib.loginbox = COA_INT
    46.  
    47. lib.loginbox.10 < styles.content.get
    48. lib.loginbox.10.select.pidInList = 21
    49. lib.loginbox.10.stdWrap.wrap =
    50. */
    51.  
    52.  
    53. lib.loginbox = USER_INT
    54. lib.loginbox {
    55. userFunc = tx_felogin_pi1->main
    56.  
    57. #copied from the sysext/felogin template file and modified slightly for our purposes
    58. templateFile = {$filepaths.extensiontemplates}felogin/tx_felogin_pi1_template.html
    59.  
    60. # location of member records
    61. storagePid = 29
    62.  
    63. # set redirect options as per felogin documentation
    64. #redirectMode = login
    65. #redirectPageLogin = 1
    66.  
    67. #set other options as per felogin documentation
    68. #showForgotPasswordLink = 1
    69. wrapContentInBaseClass = true
    70.  
    71. }

    Keines funktioniert. Das Formular sieht jedoch identisch zu dem Content Element aus. Auch die JS Dateien werden korrekt geladen und es gibt keine Javascript Fehler.

    Ich bin für jede Hilfe dankbar.

    Grüße
    JAY3


  • 1
  • TYPO3.UA TYPO3.UA
    T3PO
    0 x
    18 Beiträge
    0 Hilfreiche Beiträge
    22. 12. 2011, 18:25

    I have the same problem

  • princemo princemo
    T3PO
    0 x
    9 Beiträge
    0 Hilfreiche Beiträge
    31. 12. 2011, 14:41

    Hallo zusammen,

    nach vielen Recherchen bin ich auf diesen Thread gestoßen.
    Habe ebenfalls 1000 Varianten probiert den FELOGIN über TS einzubinden. Ohne Erfolg.

    Gibt es hierzu schon einen Lösungsansatz?

    Typo3: 4.6.3
    felogin: 1.4.0
    rsaauth: 1.2.0

    LG mo

  • maoh maoh
    TYPO3-Anwärter
    0 x
    7 Beiträge
    0 Hilfreiche Beiträge
    06. 03. 2012, 08:54

    hallo zusammen,
    habe das gleiche problem ... gibt es hier schon eine lösung?

    lg markus

  • chhe chhe
    R2-D2
    0 x
    108 Beiträge
    0 Hilfreiche Beiträge
    13. 03. 2012, 17:22

    Ich kann das Problem bestätigen. Die Einbindung per TypoScript über ein RECORDS-Objekt funktionierte zeitweise. Zuverlässig scheint mir nur ein normales Plugin mit deaktivierter RSA-Verschlüsselung zu funktionieren. Ziemlich unerfreulich.

  • 1