Disables the requirement for strong passwords to register WooCommerce
This plugin allows users to enroll with weak passwords in stores using the WooCommerce.
IMPORTANT: The user is usually the weakest link in the chain when it comes to security, allow them to sign up with weak passwords can lead to future problems. Only use this plugin if it is absolutely necessary for your project and if you know what you're doing.
You can contribute to the source code in our GitHub page.
- Take a fork repository;
- Configure your;
- Check issues and choose one that does not have anyone working;
- Sincronize seu fork;
- Create a branch to work on the issue of responsibility:
git checkout -b issue-17
; - Commit the changes you made:
git commit -m 'Review commits you did'
; - Make a push to branch:
git push origin issue-17
; - Make a Pull Request :D
Note: If you want to contribute to something that was not recorded in the issues it is important to create and subscribe to prevent someone else to start working on the same thing you.
If you need help performing any of the procedures above, please access the link and learn how to make a Pull Request.