Ticket #13299 (confirmed Bug)
Change Password from a Subsite Domain
Reported by: | holdenhao@… | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | General | Version: | 4.1 |
Keywords: | plone.app.users | Cc: |
Description
We have a Plone instance with a subsite. The main site and the subsite are served from different domains. The virtual root of the subsite is at Plone/subsite and it has been marked with the INavigationRoot interface.
When users try to change their passwords by visiting subsitedomain/@@change-password a site error occurs and the logs reveal:
TypeError: ('Could not adapt', <ATFolder at /MySite/subsite>, <InterfaceClass plone.app.users.browser.personalpreferences.IPasswordSchema>)
However, users using mainsite/@@change-password does not experience the error.
Change History
Note: See
TracTickets for help on using
tickets.