First time here? Check out the FAQ!

Revision history  [back]

There is no such option, but you can turn user into "blocked", then he or she won't be able to do anything on the forum, except log in and send feedback to the administrators.

Effectively such user is locked out, so I don't really see a need to prevent them from logging in. What do you think?

There is a tab "moderation" in each user's profile that is available only to moderators and administrators, where you can change user's status.

To make first admin at this point you need to run a command line:

python manage.py add_admin <user_id>

But, I will make first user who register to become an administrator automatically soon.

There is no such option, but you can turn user into "blocked", then he or she won't be able to do anything on the forum, except log in and send feedback to the administrators.

including modifying their own posts or add new ones. Effectively such user is locked out, so I don't really see a need to prevent them from logging in. What do you think?

There is a tab "moderation" in each user's profile that is available only to moderators and administrators, where you can change user's status.

To make first admin at this point you need to run a command line:

python manage.py add_admin <user_id>

But, I will make first user who register to become an administrator automatically soon.

There is no such option, but you can turn user into "blocked", then he or she won't be able to do anything on the forum, including modifying their own posts or add new ones. posts. Effectively such user is locked out, so I don't really see a need to prevent them from logging in. What do you think?

There is a tab "moderation" in each user's profile that is available only to moderators and administrators, where you can change user's status.

To make first admin at this point you need to run a command line:

python manage.py add_admin <user_id>

But, I will make first user who register to become an administrator automatically soon.