Skip to content

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

Merged
engelgabriel merged 9 commits into
RocketChat:developfrom
kumarcs:change-pwd
Jun 7, 2018
Merged

Changed 'confirm password' placeholder text on user registration form#9969
engelgabriel merged 9 commits into
RocketChat:developfrom
kumarcs:change-pwd

Conversation

@kumarcs

@kumarcs kumarcs commented Mar 2, 2018

Copy link
Copy Markdown
Contributor

before:-
password

after:-
confirm password

@CLAassistant

CLAassistant commented Mar 2, 2018

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

<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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@kaiiiiiiiii kaiiiiiiiii Mar 2, 2018

Copy link
Copy Markdown
Contributor

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

kumarcs commented Mar 5, 2018

Copy link
Copy Markdown
Contributor Author

please review this pull request

<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
Copy Markdown
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

kumarcs commented Mar 5, 2018 via email

Copy link
Copy Markdown
Contributor Author

@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

ggazzo commented Jun 6, 2018

Copy link
Copy Markdown
Member

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