Add "No password" checkbox - #921
Conversation
|
Are you sure that such a long hint text fits on mobile? Also: Idk if you can call 00000000 removing the password? youre still setting one its just 00000000? |
|
Fair, but in that case I'll update the firmware with a proper no_password flag as well, to keep consistent. |
|
What would be the benefit of adding a firmware flag? |
|
It's done for RfidResearchGroup/ChameleonUltra#436 , I guess the benefit is the requested feature being added. Working on adding a checkbox for "no password" to the GUI. |
|
Correct me if im wrong, but to the best of my knowledge there is no way for a t55 to not have a password set? |
92e5773 to
b330356
Compare
|
Password enforcement is gated by the PWD enable bit in the config block (block 0) |
|
Ok, misread smthng then. Yeah, adding a no_password flag would probably be best then? Or maybe you can parse the "empty string" as no password? As then indeed 0 and no password are different. |
|
Added a checkbox labeled "no password", that also disables the 'new key' field, same difference I guess :D If anything, it makes the "no password" more intentional |
Fixes #920