-
Notifications
You must be signed in to change notification settings - Fork 4
methods should follow checks for password #750
Comments
@Monal5031, can you please explain this issue in more detail? |
The password has few constraints which are not being followed in the utility methods and methods in test suites. This issue is for changing those passwords which are not following the constraints. E.g. password used is |
Yeah sure go ahead 👍 make sure to setup the project successfully first |
This seems to be interesting, may I take up this issue? |
Yes, sure! |
Hii @khatryshikha are you working on this issue? |
I don't think @khatryshikha is working on this issue. Can you assign it to me? @Monal5031 |
@Monal5031 I would like to take this up next, shall I go for it? :) |
Please complete other issues first @Kishan-Dhakan :) It's better to have one issue assigned at a time. |
Is this issue available to be taken? I would like to work on this then !! |
I understand :) |
Hello, I'd like to work on this issue, Can I fix it? |
@Aimaanhasan are you still working on this issue? |
@Aimaanhasan Pls let us know if you are still working on the issue so that we can open it up for others, in case you aren't. |
@satya7289 I would like to work on this issue as a part of OSH. Can you assign it to me? thanks! |
@Monal5031 @abha224 Hi, can you please elaborate on which constraints you want to be added here. At this point, there are active constraints:
|
…asswords and identity similar (#750)
Description
As a developer,
I need to make sure that my checks are being followed correctly,
so that I can find any inconsistencies in the code where the checks are not being executed.
Currently
create_admin()
andcreate_volunteer()
create an admin and volunteer with password on which checks are not being executed this will be resolved until clean methods are defined in the models but then also we need to make sure we are using valid passwords.Mocks
N/A
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
40mins - 1 hr
The text was updated successfully, but these errors were encountered: