Question
How can I restrict Registration to only those users who already have entries
in .htpasswd?
With intranet authentication,
TWikiRegistration does not ask for a new
password, but also does not stop unauthorized users from registering
(they cannot use the TWiki later as they do not have the .htpasswd
entry, but nothing asks for the passwd during registration)
- TWiki version: 01 Dec 2001
- Perl version: 5.6
- Web server & version: apache 1.3
- Server OS:
- Web browser & version:
- Client OS:
--
MathiasKoerber - 05 Jan 2003
Answer
You could just remove or
chmod -x the
register script.
--
RichardDonkin - 06 Jan 2003