-
When generating a new password for an existing entry, I would like an option that generates a new password using the existing settings for the given entry.
Some sites only allow alphanumerical char…
-
**I need to generate my go structs in a different package. The package name is repo.**
Currently the generator will always generate with package name model, enum or table.
Solution (preferred):
…
-
Add `hashed_endpoint` to disallow multiple shortened URLs (**_with same configs_**) to point to the same endpoint.
Since each endpoint is decrypted individually, using a per URL randomly generated …
-
**Distribution (run `cat /etc/os-release`):**
NAME="Pop!_OS"
VERSION="19.10"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Pop!_OS 19.10"
VERSION_ID="19.10"
HOME_URL="https://system76.com/pop"
S…
-
### Package
@carbon/ibm-products
### Browser
Firefox
### Operating System
Windows
### Package version
v2.52.0-rc.0
### React version
_No response_
### Automated testing tool and ruleset
Man…
-
# Issue
Feature Request - Python Werkzeug Module/Parser being added to hashcat for the hash format: `method$salt$hash`
# Background
Werkzeug is a comprehensive [WSGI](https://wsgi.readthedocs.io/…
-
I've compiled a list of potential UI improvements that could help make the app more user-friendly and reduce clutter. These changes aim to simplify the interface, improve the user experience, and opti…
-
Button to generate a random password based on a RegExp .
When admin click on this button, password is updated automatically in LDAP, hook is processed and new password is displayed or sent by email…
-
This issue should be resolved by creating handleGeneratePassword that:
if
not includeUpperCase and not includeLowerCase and not includeNumbers and not includeSymbols
then notify error
else
…
-
Is it possible to test an api with credentials? so i can post my login details to /api/login and have it saved for future testing?
Or maybe i am overlooking something?