> Yes, you can use the AccountManager plugin to handle your authentication > instead of using the "--auth" option with tracd: > > http://trac-hacks.org/wiki/AccountManagerPlugin#FormbasedLogin I was talking about AuthFormPlugin.
Good to know that AccountManager has possibility to authenticate using form. Sadly, I didn't manage to do it. My project is installed in /var/trac/hwpm In /var/trac/hwpm/conf/trac.ini I have: [account-manager] htdigest_realm = realm password_format = htdigest password_file = ... [components] trac.web.auth.LoginModule = disabled acct_mgr.web_ui.LoginModule = enabled I start trac using: tracd -d --port 8000 /var/trac/hwpm and go to: http://ip:8000/hwpm/login and get empty page. What I'm doing wrong? Domas Savickas _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
