aarushisoni

Results 43 comments of aarushisoni

import re import boto3 from botocore.exceptions import ClientError class InvalidPasswordException(Exception): "Raised when the input value is less than 18" pass def admin_set_user_password(password): tmp = password lgt = len(tmp) print(tmp) try:...

I worked very hard to solve this issue Please let me raise the pr and also assign me this issue.

I have raised this Validate Password function is added #5757. Please review it.

@bblommers could you please check my latest changes and let me know.

@bblommers hi! Thank you for merging my pr. Can you please tell me by when the issue will be closed

Hi, is this issue still open? I want to work on this issue; please assign me to this.

i would like to contribute to this issue

It would be helpful if you can tell me in which file I can find this code