apple / password-manager-resources

A place for creators and users of password managers to collaborate on resources to make password management better.
MIT License
4.11k stars 439 forks source link

Dealing with multiple/different change password URLs on a single domain #24

Open m33x opened 4 years ago

m33x commented 4 years ago

Hi,

Deutsche Bahn is the main German railway company. Depending on whether you sign in with your private or business account the change password URL differs.

A) Private account: private1

B) Business account: business1

Note that in such cases, the domain itself is no longer enough to guide the user to the correct "change password" URL.

Best, Max

rmondello commented 4 years ago

A way I can think of dealing with this: make the payload an object that has multiple keys. One such key could be path_prefix. Something like that.