Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Bewertung: Bewertung: 4 Stimmen, 5,00 durchschnittlich. Ansicht
  #1  
Alt 16.09.05, 10:28
Forum Newbie
 
Registriert seit: 22.03.05
Beiträge: 48

login mit mailbenachrichtigung


Hallo,

ich habe zwei Gruppen erstellt
+temp (vorerst nach der Registrierung)
+kunde (absolut nach dem aktivieren vom Admin)

nach dem registrieren eines neuen Benutzers ist er nun in der Gruppe "temp" aber ich möchte das er nun eine Mail mit Infos zugesendet bekommt.

"Der Admin wird sie in kürze freischalten..." oder so ähnlich

ich weiß, das kann ich im Template von SRFEUSERREGISTER ändern, das ist nicht das Problem sondern das er überhaupt keine Mail bekommt!!!

Nach der Registrierung bekommt der Admin eine Mail mit Userdaten. Nur der User selbst halt nicht.

Ich verzweifle noch.

Ich habe weiterhin versucht im Constant Editor von Plugin.tx_SRFEUSERREGISTER_P1 den default-Eintrag 1 von Enable email on registration [plugin.tx_srfeuserregister_pi1.enableEmailOnRegister] auf 0 zu setzen. Wenn ich die Checkbox davor aktiviere erscheint dahinter eine zweite Checkbox. Egal ob ich auch diese aktiviere bzw. wieder alle deaktiviere es bleibt bei 1.

In meinem TS-Setup habe ich folgendes stehen


Code:
plugin.tx_srfeuserregister_pi1.notify.SETFIXED_DELETE = 0
plugin.tx_srfeuserregister_pi1.notify.SETFIXED_DELETE = 1
plugin.tx_srfeuserregister_pi1.infomail = 1
plugin.tx_srfeuserregister_pi1.infomail = 0
plugin.tx_srfeuserregister_pi1.registerPID = 44
plugin.tx_srfeuserregister_pi1.editPID = 86
plugin.tx_srfeuserregister_pi1.notify.DELETE_SAVED = 0
plugin.tx_srfeuserregister_pi1.infomail = 1
und in Constants von Login selbst

Code:
plugin.feadmin.fe_users {
file.templateFile = media/scripts/fe_admin_fe_users.tmpl
email = meinname@email.de
emailName = Mein Name
pid = 45
usergroupOverride = 3
}

styles.content.loginform.pid = 45
Ich bin so frech und und stelle noch einen Auszug vom TypoScript ObjectBrowser dazu

Code:
[tx_srfeuserregister_pi1]=USER_INT
[includeLibs]=typo3conf/ext/sr_feuser_register/pi1/class.tx_srfeuserregister_pi1.php
[userFunc]=tx_srfeuserregister_pi1->main
[fe_userOwnSelf]=1
[fe_userEditSelf]=1
[delete]=1
[templateFile]=typo3conf/ext/sr_feuser_register/pi1/tx_srfeuserregister_pi1_tmpl.tmpl
[wrap1]
[wrap2]
[wrap3]
[color1]
[color2]
[color3]
[icon_delete]=typo3conf/ext/sr_feuser_register/pi1/icon_delete.gif
[pid]=44
[registerPID]=44
[editPID]=86
[confirmPID]=
[confirmType]=0
[loginPID]=12
[defaultCODE]=
[formName]=fe_users_form
[onChangeCountryAttribute]=javascript:window.document.forms['fe_users_form'].submit();
[addAttachment]=0
[cmd]=setfixed
[sFK]=APPROVE
[file]=typo3conf/ext/sr_feuser_register/pi1/tx_srfeuserregister_pi1_sample.txt
[create]=1
[preview]=1
[fields]=username,password,gender,first_name,last_name,status,date_of_birth,email,usergroup,address,city,zone,static_info_country,zip,telephone,language,title,company,www,module_sys_dmail_html,module_sys_dmail_category,image,comments,disable
[required]=username,password,first_name,last_name,email
[useEmailAsUsername]=1
[defaultValues]
[module_sys_dmail_html]=1
[module_sys_dmail_category]=1
[disable]=1
[overrideValues]
[usergroup]=
[disable]=1
[evalValues]
[password]=twice, atLeast[5], atMost[40]
[username]=uniqueLocal, atLeast[6], atMost[50]
[email]=email,atMost[255],uniqueLocal
[gender]=
[name]=atMost[80]
[first_name]=atMost[50]
[last_name]=atMost[50]
[date_of_birth]=date
[company]=atMost[50]
[city]=atMost[40]
[zip]=atMost[20]
[telephone]=atMost[25]
[fax]=atMost[25]
[image]=upload[6]
[title]=
[address]=
[www]=wwwURL
[comments]=
[status]=
[module_sys_dmail_category]=
[setfixed]=1
[APPROVE]
[_FIELDLIST]=uid,pid,usergroup
[usergroup]=
[disable]=0
[DELETE]
[_FIELDLIST]=uid,pid
[enableAutoLoginOnConfirmation]=0
[autoLoginRedirect_url]=
[authcodeFields]=uid
[invite]=1
[preview]=1
[fields]=username,password,gender,first_name,last_name,status,date_of_birth,email,usergroup,address,city,zone,static_info_country,zip,telephone,language,title,company,www,module_sys_dmail_html,module_sys_dmail_category,image,comments,disable
[required]=username,password,first_name,last_name,email
[useEmailAsUsername]=1
[defaultValues]
[overrideValues]
[evalValues]
[edit]=1
[infomail]=1
[forceFileDelete]=1
[parseValues]
[parseFromDBValues]
[date_of_birth]=adodb_date
[parseToDBValues]
[date_of_birth]=adodb_date
[email]
[from]=xxx@xxx.de
[fromName]=xxx GmbH
[admin]=xxx@xxx.de
[field]=email
[HTMLMail]=1
[HTMLMailCSS]=EXT:sr_feuser_register/pi1/tx_srfeuserregister_htmlmail.css
[CREATE_SAVED]=1
[EDIT_SAVED]=1
[DELETE_SAVED]=1
[SETFIXED_APPROVE]=1
[SETFIXED_DELETE]=1
[notify]
[CREATE_SAVED]=1
[EDIT_SAVED]=1
[DELETE_SAVED]=0
[SETFIXED_CREATE]=1
[SETFIXED_INVITE]=1
[SETFIXED_APPROVE]=1
[SETFIXED_DELETE]=1
[_CSS_DEFAULT_STYLE]= .tx-srfeuserregister-pi1 p { font-family:Verdana, sans-serif; font-size:11px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; } .tx-srfeuserregister-pi1 a:link { background-color:transparent; color:navy; text-decoration:none; font-weight:bold;} .tx-srfeuserregister-pi1 a:visited { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; } .tx-srfeuserregister-pi1 a:hover { background-color:transparent; color:#333333; text-decoration:none; } .tx-srfeuserregister-pi1 a:active { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; } .tx-srfeuserregister-pi1 td { vertical-align:top; font-family:Verdana, sans-serif; font-size:11px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px;} .tx-srfeuserregister-pi1 input { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; } .tx-srfeuserregister-pi1 input[type=radio] { vertical-align: middle; margin-left: 10px; margin-right: 5px; } .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; } .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-uploader { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; } .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-icon { font-size:10px; font-family:Verdana; background-color:transparent;} .tx-srfeuserregister-pi1 select { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; } .tx-srfeuserregister-pi1 textarea { font-size:10px; font-family:Verdana; background-color:#35006d; color:#ffffff; font-weight:bold; } .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-radio input { font-size:10px; font-family:Verdana; background-color:transparent; color:#35006d; font-weight:bold; vertical-align:middle; } .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-checkbox input { font-size:10px; font-family:Verdana; background-color:transparent; color:#35006d; font-weight:bold; vertical-align:middle; } .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; list-style-image: none; list-style-position: inside; margin: 0 0 0 .5em; font-size: 1em; } .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .4em 0; } .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; font-size: 1em; } .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values { list-style-type: square; list-style-image: none; list-style-position: inside; margin: 0; font-size: 1em; } .tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; margin: 0 2em 0 0;}
[_DEFAULT_PI_VARS]
Kann mir hier in diesem Forum wenigstens jemand sagen was ich noch falsch mache bzw. an was es liegen kann?

Ich habe schon in der Doku selbst sowie in anderen Foren geschaut und gefragt aber leider ohne Lösung

Würde mich wirklich sehr freuen

Gruß
Stefan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort


Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge anzufügen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Trackbacks are An
Pingbacks are An
Refbacks are An


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Mailbenachrichtigung bei fileupload Compel Alle anderen Extensions 3 04.06.08 08:01
FE-Login nur wenn BE Login vorhanden ziczac-stoffe Alle anderen Extensions 0 23.04.07 14:34
Login reagiert nicht auf Login eifelpeter TYPO3 4.x FE-User 4 23.03.07 07:32
Backend login und Install tool login sperren aber wie briem TYPO3 3.x Backend 1 30.05.06 18:13
hide at login / beim login verstecken SamEngel TYPO3 4.x Fragen und Probleme 9 04.05.06 11:37


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:42 Uhr.


Powered by vBulletin® Version 3.6.8 Patch Level 2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifikationen durch TMS