mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #76] Installation won't work if complex passwords are mandatory #53
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mailanetworks on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/76
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE: Bug Report
ENVIRONMENT VERSION:
SUMMARY
We use mandatory rules for accounts where users need to choose a strong password with capital letters, characters and numbers.
The password generated by the script doesn't create a password strong enough and fails.
STEPS TO REPRODUCE
Try to install in a environment that forces passwords with these requirements.
ACTUAL RESULTS
Install fails
@lucascbeyeler commented on GitHub (Apr 9, 2018):
Hello @mailanetworks,
I don't think creating a strong password will be the way to solve any problem. Sooner or later I will need to generate a patch for another even stronger password.
What I gonna do is still generate this weak password, but give you an option to input your password instead. Do you think this is a good way to solve your problem?
Regards,
Lucas Costa Beyeler
@mailanetworks commented on GitHub (Apr 9, 2018):
Hi Lucas,
It'll be perfect!
Thanks
@lucascbeyeler commented on GitHub (Apr 9, 2018):
Hello @mailanetworks,
Could you try again? Please use the branch 1.2-version to install your Zmbackup. This fix will be included in version 1.2.2 after I finish developing all the new features and bugfix.
Regards,
Lucas Costa Beyeler
@mailanetworks commented on GitHub (Apr 9, 2018):
Works like a charm!
Many thanks!!!