### The required feature described as a wish CloudStack 4.20.1 When a password reset email is sent, the reset URL is automatically generated. In our setup, the URL uses the private IP of the Management server (behind a reverse proxy) instead of the public domain. <img width="1153" height="210" alt="Image" src="https://github.com/user-attachments/assets/cd0bef71-d864-43ba-91d6-fcdae68107be" /> There is already a global setting that allows customizing the email body: <img width="1260" height="85" alt="Image" src="https://github.com/user-attachments/assets/5d0fb341-5d2b-434a-bf26-aad573523a0d" /> By removing the hardcoded `resetLink` from the email template (as shown below), <img width="1174" height="64" alt="Image" src="https://github.com/user-attachments/assets/fb587bda-1a9c-4bad-ae83-2e5b16a06a52" /> ...the reset URL can instead be set and controlled by the administrator like any other setting: <img width="1127" height="72" alt="Image" src="https://github.com/user-attachments/assets/174073bc-97ff-4831-87d1-890a1e5f8c98" />