diff options
| author | 2016-11-06 14:04:06 +0100 | |
|---|---|---|
| committer | 2016-11-06 14:04:06 +0100 | |
| commit | 829d9997d31929b45384808f7cca343edb00b0d2 (patch) | |
| tree | 18e07a53a06056f4d0710f70c1fed255fc329baa /cli/create-user.php | |
| parent | 92910c212b4d2796c222c7891ea319fde3149525 (diff) | |
Fix small bugs in install
Small fixes in install (e.g. better check that DB password works)
Diffstat (limited to 'cli/create-user.php')
| -rwxr-xr-x | cli/create-user.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/create-user.php b/cli/create-user.php index 008b82ce3..444264cc7 100755 --- a/cli/create-user.php +++ b/cli/create-user.php @@ -43,6 +43,9 @@ if (!$ok) { invalidateHttpCache(FreshRSS_Context::$system_conf->default_user); +echo '• Remember to refresh the feeds of the user: ', $username , "\n", + "\t", './cli/actualize-user.php --user ', $username, "\n"; + accessRights(); done($ok); |
