在 2016年12月9日星期五 UTC+8下午5:14:42,RjOllos写道:
>
>
>
> On Thursday, December 8, 2016 at 5:41:35 PM UTC-8, Mingxing Tian wrote:
>>
>>
>>
>> 在 2016年12月9日星期五 UTC+8上午12:17:37,RjOllos写道:
>>>
>>>
>>>
>>> On Thursday, December 8, 2016 at 12:09:23 AM UTC-8, Mingxing Tian wrote:
>>>>
>>>>
>>>>
>>>> 在 2016年12月8日星期四 UTC+8下午2:44:27,RjOllos写道:
>>>>>
>>>>>
>>>>>
>>>>> On Wednesday, December 7, 2016 at 10:16:40 PM UTC-8, Mingxing Tian 
>>>>> wrote:
>>>>>>
>>>>>> The following error occurred only in when I pass the page management 
>>>>>> account, not every page will appear the mistake, so I don't think it is 
>>>>>> caused by the failure notification message, I think there should be 
>>>>>> other 
>>>>>> reasons.You notice to check my profile, have seen what is not the right 
>>>>>> place?
>>>>>>
>>>>>> Cannot find an implementation of the IPasswordHashMethod interface 
>>>>>> named HtDigestHashMethod. Please check that the Component is enabled 
>>>>>> or update the option [account-manager] hash_method in trac.ini
>>>>>>
>>>>>
>>>>>
>>>>> Are you referring to the user management page, with path 
>>>>> /admin/accounts/users? If not, what is the path where you see the error.
>>>>>
>>>>> You could try:
>>>>>
>>>>> acct_mgr.* = enabled
>>>>> acct_mgr.admin.configurationadminpanel = disabled
>>>>> acct_mgr.db.sessionstore = disabled
>>>>> acct_mgr.htfile.htdigeststore = disabled
>>>>> acct_mgr.http.httpauthstore = disabled
>>>>> acct_mgr.pwhash.* = disabled
>>>>> acct_mgr.svnserve.svnservepasswordstore = disabled 
>>>>>
>>>>> - Ryan
>>>>>
>>>>
>>>>
>>>> I do not want to go to the tube of this error, after all, it does not 
>>>> appear in each page, there is no impact on the normal use of Trac.
>>>> I am very worried about is that the mission status change can not 
>>>> receive the mail notification, you can help me to look at the specific I 
>>>> want to solve the most urgent problem?thank you!!! 
>>>>
>>>
>>> I do care about fixing the error, particularly as it may relate to:
>>> https://trac-hacks.org/ticket/11869#comment:17
>>>
>>> Again, please tell me the path you have visited when receiving the error:
>>>
>>> Cannot find an implementation of the IPasswordHashMethod interface 
>>> named HtDigestHashMethod. Please check that the Component is enabled or 
>>> update the option [account-manager] hash_method in trac.ini
>>>
>>> Is the path /admin/accounts/users?
>>>
>>> - Ryan
>>>
>>>
>>  I'm back to the question again, and give you a screenshot.
>>
>>
>> <https://lh3.googleusercontent.com/-HQhgXF0AlU4/WEoJduKV-qI/AAAAAAAAAII/gU0uXfIk2oAlrM-XHa7Lr4KTOcsCh05KwCLcB/s1600/QQ%25E6%2588%25AA%25E5%259B%25BE20161209092940.png>
>>
>>
>>
> Okay, I'll investigate in due time. However, I think you don't need to 
> both with the Configuration panel, and can just disable it.
>
> [components]
> acct_mgr.admin.configurationadminpanel = disabled
>  
>
>> In addition to the issue of e-mail notification, I found that some 
>> colleagues have received a confirmation email address, and then in his 
>> mailbox to send Trac messages, I think the mailbox configuration should be 
>> normal. But why do you have to change the status of the task of the staff 
>> did not receive notice to remind it???
>>
>
> I'm sorry, but I don't follow.
>
> Have you disabled AnnouncerPlugin? It won't work with Trac 1.2 (yet).
>
> After disabling, you will need to port some settings from the [announcer] 
> and [smtp] sections to the [notification] section.
> https://trac-hacks.org/wiki/AnnouncerPlugin#EmailConfiguration 
> https://trac.edgewall.org/wiki/TracNotification#notification-section
>
> - Ryan
>
> - Ryan
>
>
 Unfortunately, the mail notification service has not been successful.

[announcer]
default_email_format = text/plain
email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver, 
DefaultDomainEmailResolver
email_enabled = true
email_from = trac@localhost
email_from_name = trac@localhost
email_replyto = trac@localhost
email_sender = SmtpEmailSender
email_subject_prefix = __default__
email_to = undisclosed-recipients: ;
mime_encoding = base64
use_public_cc = false
use_threaded_delivery = false

[notification]
email_sender = HtmlNotificationSmtpEmailSender
mime_encoding = base64
smtp_enabled = enabled
smtp_from = trac@localhost
smtp_from_name = trac@localhost
smtp_password = xxxxx
smtp_port = 25
smtp_server = smtp.exmail.qq.com
smtp_user = trac@localhost
use_tls = disabled

[smtp]
debuglevel = 0
server = smtp.exmail.qq.com
timeout = 10
port = 25
user = trac@localhost
password = xxxxx
use_tls = false
use_ssl = false

I confirm that the plugin is disabled by `AnnouncerPlugin`, and that there 
is no error in the log information output.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to