Opened 17 years ago
Closed 17 years ago
#2522 closed defect (invalid)
Can't disable registration functionality
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I grabbed the 0.10 release for my 0.10 trac. After gracefully restarting Apache, the plug-in is active and functional, without having to hand-edit trac.ini. The login and account management features all work fine.
But, I can't seem to disable the registration functionality. I mark the module as disabled and that setting seems to persist properly, but still the "Register" link is present on the site and works fully.
This doesn't create an authorization problem for me because I use a separate role to allow permissions; self-registered accounts can't access anything I don't want them to. But I don't want to have to periodically remove accounts that were self-registered and shouldn't be there (hence just minor severity).
P.S. Thanks for the great plug-in!
Attachments (0)
Change History (2)
comment:1 follow-up: 2 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to mgood:
Did you also restart Apache after marking the module as disabled? The module enabling/disabling only takes effect when Trac first starts.
Ah, gee! So it does. For all the times I reloaded, I didn't after disabling it.
Well, thanks for spending your bug-time on my non-bug problem.
Did you also restart Apache after marking the module as disabled? The module enabling/disabling only takes effect when Trac first starts.