jocxfin / pwgen

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

Word list changes #86

Open pett-j opened 4 months ago

pett-j commented 4 months ago

Title

Clean word list

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

Are you able to add a feature where a other word lists can be chosen over the standard one?

Description

To be able to generate clean passphrases from a new clean word list or a custom one

Acceptance Criteria

mmozzano commented 4 months ago

You can already do this. The ENV variable is PP_LANGUAGE_CUSTOM. In Docker Compose I believe the default one is:

I changed mine to:

jocxfin commented 2 months ago

Thank you @mmozzano for helping out a fellow user!

pett-j commented 2 months ago

Thanks for the suggestion, but unfortunately the list isn't clean.

pett-j commented 2 months ago

I should add that having the ability to point to a local custom wordlist would be a preference, instead of a seperate public git repo.

jocxfin commented 2 months ago

Sure. I'll add that feature.

pett-j commented 2 months ago

That would be nice, thanks.