[Typo3] lost password confusing message

raluca oprean raluca at sds.ro
Mon Aug 22 14:26:37 CEST 2005


Hi list

I am using newloginbox and I can't loggin as a fe user after I registered and logged out. I am also using the  "forgot password" option.
When I enter the email address it generates a mail that looks like this:

Hi emailaddress

We couldn't find a username for this email address and so cannot send 
the password to you. Probably you misspelled the email address 
(upper/lower case makes a difference) or maybe you even didn't register yet?

 The email address is the same as the one used to register (I used sr_feuser_register extension)

The ts script for these extensions is:

CONSTANTS:

plugin.tx_srfeuserregister_pi1 { 
  file.templateFile = EXT:sr_feuser_register/pi1/tx_srfeuserregister_pi1_tmpl.tmpl 
  forceFileDelete = 1 
  file.attachmentFile = EXT:sr_feuser_register/pi1/tx_srfeuserregister_pi1_sample.txt 
  file.icon_delete = EXT:sr_feuser_register/pi1/icon_delete.gif 
  HTMLMailCSS = EXT:sr_feuser_register/pi1/tx_srfeuserregister_htmlmail.css 
  email = raluca at sds.ro 
  siteName = Demo Site 
  formFields = 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 
  requiredFields = username,password,first_name,last_name,email 
  useEmailAsUsername = 0 
  authcodeFields = uid 
  codeLength = 8 
  formName = fe_users_form 
  onChangeCountryAttribute = javascript:window.document.forms['fe_users_form'].submit(); 
  pid =  6
  registerPID = 7
  editPID = 8
  confirmPID = 9
  confirmType = 0
  loginPID = 5
  linkToPID = 1
  linkToPIDAddButton = 0 
  defaultCODE =  
  enablePreviewRegister = 1 
  enablePreviewEdit = 1 
  enableEmailConfirmation = 1 
  enableEmailOnApprove = 1 
  enableEmailOnRefuse = 1 
  enableEmailOnRegister = 1
  enableEmailOnUpdate = 1 
  enableEmailOnDelete = 1 
  enableAdminNotifyConfirmation = 1 
  enableAdminNotifyOnApprove = 1 
  enableAdminNotifyOnRefuse = 1 
  enableAdminNotifyOnRegister = 1
  enableAdminNotifyOnUpdate = 1 
  enableAdminNotifyOnDelete = 1 
  enableHTMLMail = 1 
  enableEmailAttachment = 0 
  enableAutoLoginOnConfirmation = 0 
  userGroupUponRegistration =  1
  userGroupAfterConfirmation =  2
  passwordAtLeast = 5 
  passwordAtMost = 40
  usernameAtLeast = 6
  usernameAtMost = 50
  nameAtMost = 80 
  wrap1 = <b> | </b> 
  wrap2 = <font color="red" ><b> | </b></font> 
  wrap3 = <em> | </em> 
  color1 = #CCCCCC
  color2 = #999999 
  color3 = #333333 
  maxImages = 6 
}

styles.content.loginform.pid = 6

plugin.feadmin.fe_users {
  pid = 8
} 


SETUP

plugin.tx_newloginbox_pi1 {
_LOCAL_LANG.default.oLabel_header_welcome = Demo login
_LOCAL_LANG.default.oLabel_msg_welcome = Enter your username and 
password here to access the Demo website.
_LOCAL_LANG.default.oLabel_header_logout = You have logged out.
_LOCAL_LANG.default.oLabel_msg_logout = You just logged out from your 
user session on the demo website.
_LOCAL_LANG.default.oLabel_header_error = Login failure
_LOCAL_LANG.default.oLabel_msg_error = An error occurred during 
login. Most likely you did not enter your username or password correctly.
_LOCAL_LANG.default.oLabel_header_success = Login successful
_LOCAL_LANG.default.oLabel_msg_success = You are logged in as ###USER###
_LOCAL_LANG.default.oLabel_header_status = Current status
_LOCAL_LANG.default.oLabel_msg_status = This is your current status:


email_from =  raluca at sds.ro
email_fromName =  DEMO SITE
replyTo =  raluca at sds.ro
tableParams_details = border="0" 
}


Can anyone help me?

- raluca oprean (raluca)

-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/
				



More information about the TYPO3-english mailing list