Mailing List Archive

Trac 1.4.3 logs me in just by clicking the "Login" tab
I built a new install of Trac 1.4.3, coming from and old 1.0.3.

So far I've only installed these plugins:

TracAccountManager 0.5.0

TracIniAdminPanel 1.4.1

The first time I login, it asks for userid and pwd as expected, but after
that if I Logout and click Login again, it logs me straight in. My browsers
don't have any auto-fill credentials saved. Chrome and Firefox (on Debian
Linux) both behave in the same way. I'm pretty sure v1.0.3 didn't do that.
I searched the web and found a ticket about exactly this, with much
discussing about browser cookies and what to do about it, but it was form
17 years ago.

What can I do?

Also, I'm sure the 1.0.3 ADMIN page (or user Preferences) had a way for a
user to change his password, but I can't find anything like that in 1.4.3.


--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/23c65ebb-a238-45b3-b911-d1a4320e7b1fn%40googlegroups.com.
Re: Trac 1.4.3 logs me in just by clicking the "Login" tab [ In reply to ]
On Fri, Mar 24, 2023 at 1:30?PM Rick Macdonald <sailorickm@gmail.com> wrote:
>
> I built a new install of Trac 1.4.3, coming from and old 1.0.3.
>
> So far I've only installed these plugins:
>
> TracAccountManager 0.5.0
>
> TracIniAdminPanel 1.4.1
>
> The first time I login, it asks for userid and pwd as expected, but after that if I Logout and click Login again, it logs me straight in. My browsers don't have any auto-fill credentials saved. Chrome and Firefox (on Debian Linux) both behave in the same way. I'm pretty sure v1.0.3 didn't do that. I searched the web and found a ticket about exactly this, with much discussing about browser cookies and what to do about it, but it was form 17 years ago.
>
> What can I do?
>
> Also, I'm sure the 1.0.3 ADMIN page (or user Preferences) had a way for a user to change his password, but I can't find anything like that in 1.4.3.

I suggest to check warnings/errors in $ENV/log/trac.log before asking
on the mailing list. The errors should have been logged.
Also, the same issue has been filed in https://trac-hacks.org/ticket/14177.
Try https://trac-hacks.org/svn/accountmanagerplugin/trunk/ rather than
0.5.0 for Trac 1.4.x.

--
Jun Omae <jun66j5@gmail.com> (?? ?)

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAEVLMajdWKfJX5BiSRPis7_tZCw8OQge0frXC_HN1E87RdpuEA%40mail.gmail.com.
Re: Trac 1.4.3 logs me in just by clicking the "Login" tab [ In reply to ]
I had seen messages in the log, but they referred to "NotifyEmail". Now I
see and understand that it caused parts of acct_mgr to be skipped. I
upgraded to TracAccountManager-0.6.dev0 and got the Accounts/Users section
back.

I still have the problem that I can't logout and get back to the Login
panel. It logs me back in.

On Friday, March 24, 2023 at 1:24:31?AM UTC-6 Jun Omae wrote:

> On Fri, Mar 24, 2023 at 1:30?PM Rick Macdonald <sailo...@gmail.com> wrote:
> >
> > I built a new install of Trac 1.4.3, coming from and old 1.0.3.
> >
> > So far I've only installed these plugins:
> >
> > TracAccountManager 0.5.0
> >
> > TracIniAdminPanel 1.4.1
> >
> > The first time I login, it asks for userid and pwd as expected, but
> after that if I Logout and click Login again, it logs me straight in. My
> browsers don't have any auto-fill credentials saved. Chrome and Firefox (on
> Debian Linux) both behave in the same way. I'm pretty sure v1.0.3 didn't do
> that. I searched the web and found a ticket about exactly this, with much
> discussing about browser cookies and what to do about it, but it was form
> 17 years ago.
> >
> > What can I do?
> >
> > Also, I'm sure the 1.0.3 ADMIN page (or user Preferences) had a way for
> a user to change his password, but I can't find anything like that in 1.4.3.
>
> I suggest to check warnings/errors in $ENV/log/trac.log before asking
> on the mailing list. The errors should have been logged.
> Also, the same issue has been filed in https://trac-hacks.org/ticket/14177
> .
> Try https://trac-hacks.org/svn/accountmanagerplugin/trunk/ rather than
> 0.5.0 for Trac 1.4.x.
>
> --
> Jun Omae <jun...@gmail.com> (?? ?)
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/9c2e169b-3663-45af-9032-344e211878b5n%40googlegroups.com.
Re: Trac 1.4.3 logs me in just by clicking the "Login" tab [ In reply to ]
I got around the login issues by configuring to use the AccuntManager's
HTML form. THis will be OK, as I suspect I'll have to use tracd from now on
as the host (Dreamhost.com) no longer supports Trac in any way. This is to
say, they won't configure anything in apache for me. We ran tracd for about
9 months, about 3 years ago, so we'll get by.

Configuration
<https://trac-hacks.org/wiki/AccountManagerPlugin/Modules#Configuration2>

To use the AccountManager <https://trac-hacks.org/wiki/AccountManager>'s
HTML form, you need to explicitly disable Trac's own HTTP authentication
<https://trac-hacks.org/wiki/authentication> module. To do so add this your
trac.ini file or find and modify these existing lines accordingly:
[components]
acct_mgr.web_ui.LoginModule = enabled
trac.web.auth.LoginModule = disabled

When using the ?tracd <http://trac.edgewall.org/intertrac/TracStandalone>
server be sure *not* to use the --auth or --basic-auth options. Using
either of these options will cause tracd to popup the username/password
dialog box and you will not be able to use AccountManagerPlugin
<https://trac-hacks.org/wiki/AccountManagerPlugin>'s HTML form.


On Friday, March 24, 2023 at 1:46:13?PM UTC-6 Rick Macdonald wrote:

> I had seen messages in the log, but they referred to "NotifyEmail". Now I
> see and understand that it caused parts of acct_mgr to be skipped. I
> upgraded to TracAccountManager-0.6.dev0 and got the Accounts/Users section
> back.
>
> I still have the problem that I can't logout and get back to the Login
> panel. It logs me back in.
>
> On Friday, March 24, 2023 at 1:24:31?AM UTC-6 Jun Omae wrote:
>
>> On Fri, Mar 24, 2023 at 1:30?PM Rick Macdonald <sailo...@gmail.com>
>> wrote:
>> >
>> > I built a new install of Trac 1.4.3, coming from and old 1.0.3.
>> >
>> > So far I've only installed these plugins:
>> >
>> > TracAccountManager 0.5.0
>> >
>> > TracIniAdminPanel 1.4.1
>> >
>> > The first time I login, it asks for userid and pwd as expected, but
>> after that if I Logout and click Login again, it logs me straight in. My
>> browsers don't have any auto-fill credentials saved. Chrome and Firefox (on
>> Debian Linux) both behave in the same way. I'm pretty sure v1.0.3 didn't do
>> that. I searched the web and found a ticket about exactly this, with much
>> discussing about browser cookies and what to do about it, but it was form
>> 17 years ago.
>> >
>> > What can I do?
>> >
>> > Also, I'm sure the 1.0.3 ADMIN page (or user Preferences) had a way for
>> a user to change his password, but I can't find anything like that in
>> 1.4.3.
>>
>> I suggest to check warnings/errors in $ENV/log/trac.log before asking
>> on the mailing list. The errors should have been logged.
>> Also, the same issue has been filed in
>> https://trac-hacks.org/ticket/14177.
>> Try https://trac-hacks.org/svn/accountmanagerplugin/trunk/ rather than
>> 0.5.0 for Trac 1.4.x.
>>
>> --
>> Jun Omae <jun...@gmail.com> (?? ?)
>>
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/5d52f8fe-f8e2-4a0c-83b4-94187ecd77ecn%40googlegroups.com.