Issue 516883
Created on 2002-02-13 10:40 by pohly, last changed 2002-02-14 23:45 by richard.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2002-02-13 10:40:06 | pohly | create | |
Created on 2002-02-13 10:40 by pohly, last changed 2002-02-14 23:45 by richard.
| Messages | |||
|---|---|---|---|
| msg189 | Author: [hidden] (pohly) | Date: 2002-02-13 10:40 | |
As reported (and then included in the MIGRATION.txt) 0.4.0 checks against ANONYMOUS_REGISTER to decide whether it registers new users or not. This turned out to be insufficient to implement the following situation: - anynomous register and access for web disabled - anonymous register for mail enabled This is a useful configuration, because anonymous web access reveals all details, while mail only allows access to what a user has reported himself or was CCed to. I have patched mailgw.py so that it checks against a new setting ANONYMOUS_REGISTER_MAIL and suggest to do the same in the next release, perhaps falling back to ANONYMOUS_REGISTER if NONYMOUS_REGISTER_MAIL is unset. |
|||
| msg190 | Author: [hidden] (djbclark) | Date: 2002-02-13 18:24 | |
Logged In: YES user_id=129055 I agree this would be useful; I'm doing the same thing with my installation of roundup by adding "or allow" to a line in cgi_client.py, but a variable like this would be far easier to maintain over time. |
|||
| msg191 | Author: [hidden] (richard) | Date: 2002-02-14 23:45 | |
Logged In: YES user_id=6405 Done. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2002-02-13 10:40:06 | pohly | create | |
Supported by The Python Software Foundation,
Powered by Roundup