Skip to content
Snippets Groups Projects
Commit 1894d46f authored by Angie Byron's avatar Angie Byron
Browse files

Issue #3047699 by alfredofonseca, joachim, cosmicdreams: The class docs for...

Issue #3047699 by alfredofonseca, joachim, cosmicdreams: The class docs for the two password reset forms should differentiate them

(cherry picked from commit 1c35eada)
parent d7ca0398
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
/**
* Provides a user password reset form.
*
* Send the user an email to reset their password.
*
* @internal
*/
class UserPasswordForm extends FormBase {
......
......@@ -10,6 +10,8 @@
/**
* Form controller for the user password forms.
*
* Users followed the link in the email, now they can enter a new password.
*
* @internal
*/
class UserPasswordResetForm extends FormBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment