SQL query for the getspnam syscall.
Declarations
Type
null or string
Default
null
Example
SELECT username,password,'1','0','99999','0','0','-1','0' \
FROM users \
WHERE username='%1$s' \
LIMIT 1
SQL query for the getspnam syscall.
null or string
null
SELECT username,password,'1','0','99999','0','0','-1','0' \
FROM users \
WHERE username='%1$s' \
LIMIT 1