-
First off, this is really a handy tool, I use it a lot, so thank you for making it easy to retrieve the password for Postgres.
... but, I lost a couple of hours last time at work, because of the be…
-
BPO | [46631](https://bugs.python.org/issue46631)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba
*Note: these values reflect the state of the issue at the time it was migrated and might…
-
Hello. I've discovered your awesome package on PyPI, thought I'd give it a shot and use in my project. However, `stdiomask.getpass()` does not react on control characters, and input can be finished on…
ghost updated
5 years ago
-
I would love to see pwndocapi raise errors instead instead of just printing if in verbose. For example, I've been working on a script that will use the API to pull down a CSV but some users have MFA e…
-
Error occurs as root, as normal user and via sudo
Select option 4
```
Changing file ownership
Dump DSDT - Error name 'getpass' is not defined
```
On Debian linux testing (GRML 2018-12)
Pyth…
-
### Describe the problem
Right now, `questionary.password().ask()` will replace every typed character with an asterisk.
Would be nice if the output could be completely removed, in order to ensure …
-
# Bug report
When `getpass.getuser()` fails to fetch the env variables for Windows, it tries to `import pwd`, this causes an exception "No module named 'pwd'" on line 168
https://github.com/python…
-
Bad:
```python
input("Password: ")
```
Good:
```python
getpass.getpass("Password: ")
```
See [getpass](https://docs.python.org/3/library/getpass.html).
We can probably just look for…
-
The `getpass` API requires that the `GetPassWarning` is generated in case a password cannot be asked to the user in a secure way.
This is an important piece of the API, because it lets the program…
-
I’m having a problem running CI tests on a Windows architecture in a code that uses PINT under the hood, because:
1. PINT uses `getpass.getuser()`
2. `getpass` requires the `pwd` module, which doe…