Remove passlib
as a dependency
#67
Labels
wave 3
Will be addressed after the completion of wave 2 issues
passlib
as a dependency
#67
passlib
was an annoying thing for me to install.It should just be pip install but when I ran this, I realised Ansible, VS Code, and the command
python
were all pointing to different versions/envs of python.To avoid headaches like this, I think it's better to include dependency installation (if not installed) as part of the automation.
I've had a look at where
passlib
is used and I don't think it's necessary.Consider the code:
A few thoughts:
'apppassword'
!=apppassword
, one is a var name, the other a literal string.apppassword
is never used,'apppassword'
is. This means this default password has been named three times.'Passw0rd'
!='apppassword'
!=apppassword
The text was updated successfully, but these errors were encountered: