Advertisement
Guest User

Untitled

a guest
Aug 19th, 2010
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRefuse = 0
  2. plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnApprove = 0
  3. plugin.tx_srfeuserregister_pi1.enableEmailOnUpdate = 0
  4. plugin.tx_srfeuserregister_pi1.enableEmailOnApprove = 0
  5. plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 0
  6. plugin.tx_srfeuserregister_pi1.enableEmailOnRefuse = 0
  7. plugin.tx_srfeuserregister_pi1.useMd5Password = 1
  8. plugin.tx_srfeuserregister_pi1.enableAdminReview = 1
  9. plugin.tx_srfeuserregister_pi1.generatePassword = 8
  10. plugin.tx_srfeuserregister_pi1.useEmailAsUsername = 1
  11. plugin.tx_srfeuserregister_pi1.siteName = xxx
  12. plugin.tx_srfeuserregister_pi1.email = xxx@xxx.xxx
  13. plugin.tx_srfeuserregister_pi1.formFields = company, gender, first_name, last_name, address, zip, city, static_info_country, email, password
  14. plugin.tx_srfeuserregister_pi1.confirmInvitationPID = 49
  15. plugin.tx_srfeuserregister_pi1.confirmPID = 49
  16. plugin.tx_srfeuserregister_pi1.editPID = 48
  17. plugin.tx_srfeuserregister_pi1.confirmType = 49
  18. plugin.tx_srfeuserregister_pi1.loginPID = 41
  19. plugin.tx_srfeuserregister_pi1.linkToPID = 14
  20. plugin.tx_srfeuserregister_pi1.registerPID = 44
  21. plugin.tx_srfeuserregister_pi1.pidTitleOverride = xxx
  22. plugin.tx_srfeuserregister_pi1.autoLoginRedirect_url = 14
  23. plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 2
  24. plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 3
  25. plugin.tx_srfeuserregister_pi1.requiredFields = username,password,first_name,last_name,email,gender
  26. plugin.tx_srfeuserregister_pi1.pid = 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement