@@ -56,7 +56,7 @@ getpw(void) { /* only run as root */
rval=pw->pw_passwd;
#if HAVE_SHADOW_H
{
if(strlen(rval)>=1){/* kludge, assumes pw placeholder entry has len >= 1 */
structspwd*sp;
sp=getspnam(getenv("USER"));
if(!sp)
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.