@@ -1319,7 +1319,7 @@ function browserToggleExpand(id) {
functionvalidateNewPassword(form){
if(form.OLD_PASSWORD.value==""){
alert("Current password cannot be blank");
alert("Old password cannot be blank");
returnfalse;
}
if(form.NEW_PASSWORD.value==""){
Reference in New Issue
Block a user
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.