Ticket #13299 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Component changed from Unknown to General

comment:2 Changed 3 years ago by ramon

The version of plone.app.users on 4.3 is really old. The error is solved on 1.2.x branch of plone.app.users

Note: See TracTickets for help on using tickets.