# Implementieren Sie die bekannte URL zum Ändern des Passworts

**URL:** https://meta.discourse.org/t/implement-well-known-password-change-url/103631
**Category:** Feature
**Created:** [6. Dezember 2018 um 16:02 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631 "2018-12-06T16:02:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [6. Dezember 2018 um 16:02 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631/1 "2018-12-06T16:02:29Z")

</div>

This looks a [very simple](https://github.com/WICG/change-password-url/blob/gh-pages/explainer.md) and overall good little spec:

[https://wicg.github.io/change-password-url/index.html](https://wicg.github.io/change-password-url/index.html)

I think we should implement this as soon as some Password Manager (KeePass, LastPass, 1Password) implements it too.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [31. Januar 2019 um 23:47 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631/2 "2019-01-31T23:47:23Z")

</div>

This was implemented by [Twitter](https://twitter.com/.well-known/change-password), [GitHub](https://github.com/.well-known/change-password) and [WordPress](https://wordpress.com/.well-known/change-password).

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [31. Januar 2019 um 23:50 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631/3 "2019-01-31T23:50:06Z")

</div>

Sure if it is simple, did you want to take it for 2.3?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [4. Mai 2019 um 01:48 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631/5 "2019-05-04T01:48:44Z")

</div>

This is done.

[https://github.com/discourse/discourse/commit/51a6acb2af810b3ee29d8a38a88892d008c5ae2f](https://github.com/discourse/discourse/commit/51a6acb2af810b3ee29d8a38a88892d008c5ae2f)

If iCloud keychain detects that you are re-using a password, it will show a ⚠ sign. Hovering on that will have a link to this well-known URL, which will redirect you to the user account preferences in Discourse now.

 ![macos_wellknow_password](https://global.discourse-cdn.com/meta/original/3X/b/a/baa3ad4b630bf4746ceffb6173975c48b30f19d2.jpeg)

There is a bug in the Apple implementation where they aren’t using the full URL (they redirect to just `discourse.org` instead of `meta.discourse.org`) but I assume they working on that (I contacted one of their engineers on Twitter but no response so far.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4. Mai 2019 um 01:52 UTC](https://meta.discourse.org/t/implement-well-known-password-change-url/103631/6 "2019-05-04T01:52:46Z")

</div>


