marius-wieschollek / passwords-webextension

The official browser extension for the Passwords app for Nextcloud.
GNU General Public License v3.0
106 stars 33 forks source link

Remove language specific characters from the generated passwords #201

Closed muashieWuphu closed 10 months ago

muashieWuphu commented 2 years ago

Current Status When I generate a new password using the extension, I get for example "KlubZawodnikówWygrać" or "MieszkaPosłowieNrWiêzienia"

Feature Description Would it be possible to replace the national (Polish in this case) letters with ASCII? Like ó changed to o, ł to l, ê to e, etc... Alternatively, manual change of the dictionary used for generating passwords to English would also resolve the problem.

GrumpyMeow commented 2 years ago

As far as i can tell, the passwords are generated by the Nextcloud-app via the "password.generate" service. Thus this issue should probably be reported at the project https://github.com/marius-wieschollek/passwords