-
Notifications
You must be signed in to change notification settings - Fork 9
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
Make the Password Strength Indicator dynamic #1
Comments
Hello @Codipk , I would like to work on this. Please assign it to me. |
@Codipk I already done this thing please check my changes . I added dynamic color change and added additional feature as Very strong , strong , moderate and weak and made everything dynamic you can test my changes https://durgaprasad-developer.github.io/Password-Generator/ |
@Codipk I made Password Indicator dynamic please merge my PR |
plz assign this task to me. |
As per the rules @RajatX24, please start working on this issue. After you complete the task, create a pull request (PR) and make sure to attach a screenshot of your work on the website to showcase what you've done. Also while creating a PR follow the contrihub guidelines. |
Thanks @Codipk ! I'll get started on this. |
Can you please request again for the same issue? It was mistakenly assigned
to someone else.
…On Tue, 8 Oct 2024 at 00:34, Rajat Shukla ***@***.***> wrote:
Hello @Codipk <https://github.com/Codipk> ,
I would like to work on this. Please assign it to me.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXHBRAOOYN53VMIMLKILQ43Z2LLNJAVCNFSM6AAAAABPOAZGH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJXGY3TGOBTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Through contrihub website you have to request
…On Wed, 9 Oct 2024 at 10:51, Dipti Kumari ***@***.***> wrote:
Can you please request again for the same issue? It was mistakenly
assigned to someone else.
On Tue, 8 Oct 2024 at 00:34, Rajat Shukla ***@***.***>
wrote:
> Hello @Codipk <https://github.com/Codipk> ,
>
> I would like to work on this. Please assign it to me.
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AXHBRAOOYN53VMIMLKILQ43Z2LLNJAVCNFSM6AAAAABPOAZGH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJXGY3TGOBTGQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hello @Codipk , I tried to request assignment through the Contrihub website but i am facing an issue. After signing in, i clicked on Request Assignment button but it did not work. After multiple attempts it did work but not as expected. It redirected me to a page with the following message: "Assignment Request for Issue #1 of Password-Generator cannot be made by you currently." I am including the link to youtube video which shows the issue i am facing: I will be grateful if you can help me out. |
@Codipk can you please assign it to me I already done the work perfectly Hello, |
@RajatX24 make a Pr verification request from the website |
@Codipk sorry but i am little confused about the PR verification request. How do i make one? |
Good evening sir, |
The request was mistakenly accepted. You don't need to act on it.
…On Thu, 10 Oct 2024 at 13:03, samimshoaib01 ***@***.***> wrote:
Good evening sir,
this issue was supposed to be assigned to me right ?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXHBRAOHURR6GAJ6RLAIX2LZ2YUVZAVCNFSM6AAAAABPOAZGH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBUGI4DMOBYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
"Request and assignment limit For any user, Issue Request Count + Actively Assigned Issues Count should be <= 3. "i guess due to this i am not able to give any request. can't you reject it . I am not able to work and ask for other issues |
We need to implement a dynamic password strength indicator that updates in real-time as users modify their password options. This will help users understand the security level of their generated passwords and make informed decisions about their password choices.
Implement a visual strength meter that:
Updates dynamically as users change options (length, character types) before clicking on generate password.
Uses color coding (red to green) to indicate strength levels.
Calculates strength based on:
1.Password length
2.Character diversity (uppercase, lowercase, numbers, symbols)
The text was updated successfully, but these errors were encountered: