Files
FreshRSS/docs/en/admins/13_Default_user.md
Alexandre Alapetite 1acd3ab09b Use typographic quotes (#4133)
* Use typographic quotes

* A few fixes

* Fix

* Fix not saved

* Implement feedback

* Detail

* Revert spoken English fixes
Left for a future dedicated discussion

* More reverts

* Final reverts

* Final minor
2022-01-08 21:58:55 +01:00

941 B
Raw Blame History

Default User

Currently, we have one main user, also called default user, or admin. All the others are regular users.

The default user is the first created user within the install routine.

Manage

The default user is always an administrator.

It is impossible to demote or disable the user.

Anonymous reading mode

The default user is used for the anonymous reading.

How to enable the anonymous reading mode:

  • go to settings AdministrationAuthentication
  • enable the checkbox of Allow anonymous reading of the default users articles
  • when no user is logged in then the feeds of the default user is shown

Change the default user

There is no UI for changing the default user, but a CLI (./cli/reconfigure.php --default_user YourNewAdmin) is provided. It can also be changed manually by editing the text file ./FreshRSS/data/config.php and changing 'default_user' => 'alice', to the desired user.