Author: Dan
Date: 15-04-07 18:58
This one got me today for a few hours. The key step is the last one. Users are set to nologin by default:
There are three steps to creating a new user:
create role dan encrypted password 'abc';
alter group admin add user dan;
alter role dan login;
--
Webmaster
|
|