Password Protect User Registration

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
dwkeys
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Feb 13, 2008 8:33 am

Password Protect User Registration

Post by dwkeys » Wed Feb 13, 2008 7:19 pm

Hello, I'm trying to figure out how to set it up so that only users with a pre-known password/code can register for the site. Does anyone know how to add a new field on the registration page that can check if a certain code has been entered when hitting submit?

Thanks
dwkeys

arst06d
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Feb 28, 2007 3:07 pm
Location: UK

Re: Password Protect User Registration

Post by arst06d » Sat Feb 16, 2008 5:46 pm

could you not use htaccess and password to protect the /components/com_registration folder?

davidje

Re: Password Protect User Registration

Post by davidje » Tue Feb 19, 2008 12:31 pm

I'm also looking for this solution but can't find it. I can't use .htaccess on components/com_registration since I use CB...

dwkeys
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Feb 13, 2008 8:33 am

Re: Password Protect User Registration

Post by dwkeys » Tue Feb 19, 2008 5:39 pm

Thank you for your suggestion arst06d, but I also started using CB. And the registration part is included in a huge php file.

User avatar
Rogue4ngel
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 199
Joined: Sun Nov 26, 2006 10:46 pm
Location: New York

Re: Password Protect User Registration

Post by Rogue4ngel » Tue Feb 19, 2008 11:12 pm

I'd suggest you may want to try the CB site if that is what you are using to exetend the user profiles.
If you're not a part of the solution, you're a part of the problem.


Post Reply