Modify ↓
Opened 19 years ago
Closed 15 years ago
#125 closed enhancement (wontfix)
Add configurable auth path to AuthForm
Reported by: | Noah Kantrowitz | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | AuthFormPlugin |
Severity: | normal | Keywords: | patch |
Cc: | sakutz@… | Trac Release: | 0.8 |
Description
Add a trac.ini directive for AuthForm specifying the path to use for authentication.
Attachments (1)
Change History (3)
Changed 19 years ago by
Attachment: | authform_config.diff added |
---|
comment:1 Changed 19 years ago by
Keywords: | patch added |
---|
Added a patch for allowing a config directive. The config directive is under the [authform] section, and the directive itself is called login_path. The value should be just "/login" if you want it to do what it used to.
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Trac Release: | → 0.8 |
Plugin is deprecated.
Note: See
TracTickets for help on using
tickets.
Patch for allowing configuration of the login path