This website requires JavaScript.
Explore
Help
Register
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
18,974
Commits
6
Branches
36
Tags
152
MiB
06b0c89aee
Commit Graph
3 Commits
Author
SHA1
Message
Date
redmatrix
2be515e7bb
set the actual value of the password input field to a single space on remove channel and remove account because firefox does not honour 'autocomplete="off"' and insists on filling in the password, which completely defeats the purpose of password protecting this function. We want to ensure it can only be executed by somebody who knows the password and not somebody who happens upon an unattended browser session. This space is annoying and must be removed to enter the password correctly but this appears to be the only way to provide the necessary safety for that page. Setting autocomplete to a random string as suggested by the firefox doco doesn't appear to do anything useful, as autocomplete is still performed.
2016-01-21 14:32:41 -08:00
Mario Vavti
e5e96dfbff
cleanup removeaccount
2015-03-04 11:11:36 +01:00
Christian Vogeley
fc94a638cd
Some work on account deletion
2014-08-14 20:17:57 +02:00