arpanneupane19 / Python-Flask-Authentication-Tutorial

MIT License
94 stars 97 forks source link

more secure passwords #9

Open medducea opened 1 year ago

medducea commented 1 year ago

is there a way to make you password field require the new user have numbers, caps, lowercase, and special characters in their passwords?

arpanneupane19 commented 1 year ago

Yes, there is. However, I won’t be accepting the PRs at the moment because the repo must be synonymous with the code in the video.

On Tue, Jul 4, 2023 at 12:20 PM medducea @.***> wrote:

is there a way to make you password field require the new user have numbers, caps, lowercase, and special characters in their passwords?

— Reply to this email directly, view it on GitHub https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPJM7X3AXCFYAVFF2MXPNLXORGGXANCNFSM6AAAAAAZ57RLJA . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

-- Arpan Neupane

medducea commented 1 year ago

Okay thank you

On Tue, Jul 4, 2023 at 10:47 Arpan Neupane @.***> wrote:

Yes, there is. However, I won’t be accepting the PRs at the moment because the repo must be synonymous with the code in the video.

On Tue, Jul 4, 2023 at 12:20 PM medducea @.***> wrote:

is there a way to make you password field require the new user have numbers, caps, lowercase, and special characters in their passwords?

— Reply to this email directly, view it on GitHub < https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AOPJM7X3AXCFYAVFF2MXPNLXORGGXANCNFSM6AAAAAAZ57RLJA>

. You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

-- Arpan Neupane

— Reply to this email directly, view it on GitHub https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9#issuecomment-1620578691, or unsubscribe https://github.com/notifications/unsubscribe-auth/BA76KCTAMZ26CYYGS2SNRH3XORJKPANCNFSM6AAAAAAZ57RLJA . You are receiving this because you authored the thread.Message ID: <arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9/1620578691@ github.com>

arpanneupane19 commented 1 year ago

You can use RegEx within the input field in the HTML to add requirements for numbers, special characters, etc.

On Tue, Jul 4, 2023 at 12:48 PM medducea @.***> wrote:

Okay thank you

On Tue, Jul 4, 2023 at 10:47 Arpan Neupane @.***> wrote:

Yes, there is. However, I won’t be accepting the PRs at the moment because the repo must be synonymous with the code in the video.

On Tue, Jul 4, 2023 at 12:20 PM medducea @.***> wrote:

is there a way to make you password field require the new user have numbers, caps, lowercase, and special characters in their passwords?

— Reply to this email directly, view it on GitHub <

https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AOPJM7X3AXCFYAVFF2MXPNLXORGGXANCNFSM6AAAAAAZ57RLJA>

. You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

-- Arpan Neupane

— Reply to this email directly, view it on GitHub < https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9#issuecomment-1620578691>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BA76KCTAMZ26CYYGS2SNRH3XORJKPANCNFSM6AAAAAAZ57RLJA>

. You are receiving this because you authored the thread.Message ID: <arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9/1620578691@ github.com>

— Reply to this email directly, view it on GitHub https://github.com/arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9#issuecomment-1620579463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPJM7UJBTC4WQOERCK6SS3XORJOPANCNFSM6AAAAAAZ57RLJA . You are receiving this because you commented.Message ID: <arpanneupane19/Python-Flask-Authentication-Tutorial/issues/9/1620579463@ github.com>

-- Arpan Neupane