Of course it is Usermanager plugin that we used in our application. I try
out your suggestions. Thank you!
On Friday, December 20, 2019 at 12:38:42 PM UTC+5:30, Velu Narasimman wrote:
>
> Hi,
>
> I am facing a new problem now. It was working fine few days ago but
> not now. Below are the error details,
>
>
> 2019-12-20 11:20:45,706 Trac[main] ERROR: Can't authenticate using
> LoginModule:
> Traceback (most recent call last):
> File
> "/usr/local/lib/python2.7/dist-packages/Trac-1.0.15-py2.7.egg/trac/web/main.py",
>
> line 216, in authenticate
> authname = authenticator.authenticate(req)
> File "build/bdist.linux-x86_64/egg/usr_mgr/web_ui.py", line 143, in wrap
> return func(self, *args, **kwds)
> File "build/bdist.linux-x86_64/egg/usr_mgr/web_ui.py", line 156, in
> authenticate
> req.environ['REMOTE_USER'] = self._remote_user(req)
> File "build/bdist.linux-x86_64/egg/usr_mgr/web_ui.py", line 196, in
> _remote_user
> if Usermanage(self.env).check_password(user, password):
> File "build/bdist.linux-x86_64/egg/usr_mgr/api.py", line 157, in
> check_password
> if (self.password_store.checkGlobal_password(user,password)):
> File "build/bdist.linux-x86_64/egg/usr_mgr/api.py", line 273, in
> password_store
> return self._password_store
> File
> "/usr/local/lib/python2.7/dist-packages/Trac-1.0.15-py2.7.egg/trac/config.py",
>
> line 747, in __get__
> option=tag.tt("[%s] %s" % (self.section, self.name))))
> ConfigurationError: Cannot find an implementation of the
> <tt>IPasswordStore</tt> interface named <tt>HtPasswdStore</tt>. Please
> check that the Component is enabled or update the option
> <tt>[account-manager] password_store</tt> in trac.ini.
>
> I found a suggestion at this link
> https://groups.google.com/forum/#!topic/trac-users/sf1bKgcrzr4 but in my
> trac.ini configuration file, I have the following enabled already.
>
> [account-manager]
> password_file = /usr/share/trac/trac.htpasswd
> password_store = HtPasswdStore
>
> [components]
> acct_mgr.htfile.htdigeststore = enabled
> acct_mgr.htfile.htpasswdstore = enabled
>
>
> Now login doesn't work and I am not able to access the site. Please help
> me to fix this up!
>
>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/trac-users/ce25f1d1-19c0-4cca-a516-97c9684c7be4%40googlegroups.com.