- Posts: 15
How To / General
Children Registration
- MB
- Topic Author
- Offline
- New Member
-
Less
More
10 years 5 months ago #1
by MB
Children Registration was created by MB
I have created a login area for teachers in joomla and I have added a link to the "children registration" module so they can create student accounts. This works perfectly how we are using it, but, after a student/child is registered joomdle sends out an email to the student/child to activate their account. However, the link to activate the account in the email has no token id so the student gets a 403 error.
1. The student is already activated, so, is there any way I can remove that link and text from the email that joomdle sends out?
2. If 1. is not possible, how to I get the token ID entered correctly into the email?
Copy of email sent:
Hello Michael,
Thank you for registering at YourCompany. Your account is created and must be verified before you can use it.
To verify the account select the following link or copy-paste it in your browser:
yourwebsite.com/index.php?option=com_use...tion.activate&token=
After verification an administrator will be notified to activate your account. You'll receive a confirmation when it's done.
Once that account has been activated you may login to yourwebsite.com/ using the following username and password:
Username: xxxxxx
Password: xxxxxx
1. The student is already activated, so, is there any way I can remove that link and text from the email that joomdle sends out?
2. If 1. is not possible, how to I get the token ID entered correctly into the email?
Copy of email sent:
Hello Michael,
Thank you for registering at YourCompany. Your account is created and must be verified before you can use it.
To verify the account select the following link or copy-paste it in your browser:
yourwebsite.com/index.php?option=com_use...tion.activate&token=
After verification an administrator will be notified to activate your account. You'll receive a confirmation when it's done.
Once that account has been activated you may login to yourwebsite.com/ using the following username and password:
Username: xxxxxx
Password: xxxxxx
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
10 years 5 months ago #2
by Chris
Replied by Chris on topic Children Registration
That is actually a Joomla message not Joomdle. You can change that message in Joomla language setting (language/en-gb/en-GB.com_user.ini).
Also, you should be able to completely disable that message by configuring new account options in Joomla configuration .... yourdomain/administrator/index.php?option=com_config&view=component&component=com_users
Also, you should be able to completely disable that message by configuring new account options in Joomla configuration .... yourdomain/administrator/index.php?option=com_config&view=component&component=com_users
Please Log in or Create an account to join the conversation.
- MB
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
10 years 5 months ago #3
by MB
Replied by MB on topic Children Registration
Thank you for the response.
Unfortunately, when I go to this page: "yourdomain/administrator/index.php?option=com_config&view=component&component=com_users" I already have account activation set to administrator and to not send username and password, but, the joomdle children registration is still sending an email with these two items in it.
So, I would assume it is being sent from your code. Please let me know how I can turn off/remove the code that sends this email.
Thank you for your help.
Unfortunately, when I go to this page: "yourdomain/administrator/index.php?option=com_config&view=component&component=com_users" I already have account activation set to administrator and to not send username and password, but, the joomdle children registration is still sending an email with these two items in it.
So, I would assume it is being sent from your code. Please let me know how I can turn off/remove the code that sends this email.
Thank you for your help.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
10 years 5 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Children Registration
Thanks for the bug report.
You are correct: this email is sent by Joomdle. In Joomdle/Joomla earlier versions it was sent by Joomla directly, so I guess that is what confused Chris.
I checked Joomdle code, and found a couple of problems that explain what you are getting. I have fixed them for next release. We should release it this weekend.
You are correct: this email is sent by Joomdle. In Joomdle/Joomla earlier versions it was sent by Joomla directly, so I guess that is what confused Chris.
I checked Joomdle code, and found a couple of problems that explain what you are getting. I have fixed them for next release. We should release it this weekend.
Please Log in or Create an account to join the conversation.