SID-01661: Twiki User Registration
| Status: |
Answered |
TWiki version: |
5.1.4 |
Perl version: |
5.10.1 |
| Category: |
CategoryRegistration |
Server OS: |
Centos 6 |
Last update: |
12 years ago |
Hi,
I want users to register to site using email address of my company domain name e.g ****@my_company_domain.com
How can I do this? I don't want users to use their personal email ids for registration.
Thank you,
--
Sachin Wable - 2013-03-18
Discussion and Answer
Restricting e-mail addresses to a certain domain is currently not supported. You can however simply add some
JavaScript to the registration page to validate the e-mail address.
--
Peter Thoeny - 2013-03-18
Ok. Wil javascript work if I write it in topic edit? where I will have to add? I am little new to TWiki have not understood yet page layouts and templates.
--
Sachin Wable - 2013-03-19
You can use any HTML, JavaScript and CSS you like in TWiki pages. Add the validation to the
onblur="" of the e-mail input field.
--
Peter Thoeny - 2013-03-19
Got it. Thank you very much. Looking forward to have feature of restriction on email addresses to a certain domain for registration.
--
Sachin Wable - 2013-03-20
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.