add server-side validation preventing users from updating db-bound fields (as introduced by 1442a2a664)
client-side this has been disabled in 031ed0a2c0 but that doesn't prevent anyone from sending requests directly to the server, especially without anyone checking.
add server-side validation preventing users from updating db-bound fields (as introduced by 1442a2a664)
client-side this has been disabled in 031ed0a2c0 but that doesn't prevent anyone from sending requests directly to the server, especially without anyone checking.
wanderer
self-assigned this 2021-01-21 21:32:59 +01:00
wanderer
added the WIP label 2021-01-21 21:33:56 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
add server-side validation preventing users from updating db-bound fields (as introduced by
1442a2a664)client-side this has been disabled in
031ed0a2c0but that doesn't prevent anyone from sending requests directly to the server, especially without anyone checking.