Modify

Opened 18 years ago

Closed 18 years ago

#564 closed defect (wontfix)

Login Page does not show up

Reported by: r.blum@… Owned by: Matt Good
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

Installed the egg, registration works fine. However, logging in is still HTTP auth based, not form based

Attachments (0)

Change History (4)

comment:1 Changed 18 years ago by Noah Kantrowitz

Keywords: needinfo added

By default form based logins are disabled. You must specficially enable them, and disable the builtin login module. You would probably also want to disable HTTP authentication on your server unless you want to enter your password twice.

comment:2 Changed 18 years ago by r.blum@…

Well, I did disable the standard login module and enabled the forms login module according to instructions, but still nothing. Anything else I can check for you? (I.e. do you need trac.ini, system info, etc?)

comment:3 Changed 18 years ago by r.blum@…

Here's the current components section of trac.ini:

[components]
trac.web.auth.LoginModule = disabled
webadmin.* = enabled
acct_mgr.* = enabled

I still need to specify the --auth parameter when I start tracd to get *any* kind of authentication going. If I read other bug reports correctly, this shouldn't be the case?

comment:4 Changed 18 years ago by Matt Good

Keywords: needinfo removed
Resolution: wontfix
Status: newclosed

You can't use the login form with tracd on Trac 0.9. It is impossible for this plugin to override the login mechanism in this version of tracd. In order to use the login form you will need to switch to a server other than tracd, or upgrade to the Trac trunk/0.10 version.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.