Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed 'confirm password' placeholder text on user registration form #9969

Merged
merged 9 commits into from
Jun 7, 2018

Conversation

kumarcs
Copy link
Contributor

@kumarcs kumarcs commented Mar 2, 2018

before:-
password

after:-
confirm password

@CLAassistant
Copy link

CLAassistant commented Mar 2, 2018

CLA assistant check
All committers have signed the CLA.

@@ -85,7 +85,7 @@ <h2 data-i18n="Registration_Succeeded">{{{_ "Registration_Succeeded"}}}</h2>
<div class="rc-input__wrapper">
<input name="confirm-pass" id="confirm-pass" type="password" class="rc-input__element"
autocapitalize="off" autocorrect="off"
placeholder="{{passwordPlaceholder}}" autofocus>
placeholder="Confirm Password" autofocus>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not remove any i18n and instead add an additional place. And please remove the package-lock.json file changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, but I'm new in open Source. Could you please describe what do you mean by add an additional place and is my approach correct

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I add the same for confirm password here in the form.js file in same folder. on the other hand there are many i18n files which one to use

Copy link
Contributor

@kaiiiiiiiii kaiiiiiiiii Mar 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Search for "passwordPlaceholder" in your editor to get a good start:
screen shot 2018-03-02 at 19 32 09

@RocketChat RocketChat deleted a comment Mar 3, 2018
@kumarcs
Copy link
Contributor Author

kumarcs commented Mar 5, 2018

please review this pull request

@@ -85,7 +85,7 @@ <h2 data-i18n="Registration_Succeeded">{{{_ "Registration_Succeeded"}}}</h2>
<div class="rc-input__wrapper">
<input name="confirm-pass" id="confirm-pass" type="password" class="rc-input__element"
autocapitalize="off" autocorrect="off"
placeholder="{{passwordPlaceholder}}" autofocus>
placeholder="Confirm Password" autofocus>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have done that i think, please review it

@kumarcs
Copy link
Contributor Author

kumarcs commented Mar 5, 2018 via email

@ggazzo ggazzo changed the title [BREAK] Changed password placeholder to confirm password because at register window it is more obvious to put confirm password placeholder instead password @RocketChat/core [FIX] Changed 'confirm password' placeholder on register view Jun 6, 2018
@ggazzo
Copy link
Member

ggazzo commented Jun 6, 2018

hey @kumarnitj thanks for your contribution, I made some changes in your PR, I thought you wouldn't matter about that.

@ggazzo ggazzo added this to the 0.66.0 milestone Jun 6, 2018
@engelgabriel engelgabriel changed the title [FIX] Changed 'confirm password' placeholder on register view Changed 'confirm password' placeholder text on user registration form Jun 7, 2018
@engelgabriel engelgabriel merged commit b4f0383 into RocketChat:develop Jun 7, 2018
@rodrigok rodrigok mentioned this pull request Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants