jocxfin / pwgen

Simple self hosted password generator
GNU Affero General Public License v3.0
53 stars 3 forks source link

Set Passphrase as default #87

Closed clarg18 closed 1 month ago

clarg18 commented 1 month ago

Title

Set Passphrase as default

Is Your Feature Request Related to a Problem? Please Describe.

We only use pass-phrases in our team

Description

We only use pass-phrases in our team so it will reduce a click for us

User Story

As a user, I want to avoid having to manually change to passphrase each time I load the site so that I save time.

Acceptance Criteria

Implementation Notes

environment variable would be fine, maybe: DEFAULT_TYPE: "PW" DEFAULT_TYPE: "PP"

Potential Challenges

Shouldn't be any

Priority

Low I guess but should be an easy one.

Labels

[Optional: Suggest any labels that should be applied to this feature request for categorization or prioritization. For example, enhancement, usability, performance.]

clarg18 commented 1 month ago

looks like this is in the code but not in the docs:

GENERATE_PP

jocxfin commented 1 month ago

Thank you @clarg18 for clarifying this. I'll update the documentation