2

does askbot have it's own member management system?
 

do i have to use the openid, etc. systems, or can i use my own?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
askbot99's avatar
61
askbot99
asked 14 years ago

Comments

@askbot99. very nice testing job, btw :). I hope you don't mind that I've cleaned up your test posts.
Evgeny's avatar Evgeny (14 years ago)
thanks evgeny. looks like a great app. please clean up where you see necessary. thanks.
askbot99's avatar askbot99 (14 years ago)
see more comments

1 Answer

1

Moderation system

Hi, this will be built in starting version 0.6.7 it will be out on Aug 14 or earlier.

With the following levels:

  • superuser (full access, excluding some checks like "cannot vote twice" and such)
  • moderator (exempt from reputation limits, can change status of users excluding moderators and superuser, can't create new moderators)
  • approved user (regular user)
  • suspended (generally can edit only own posts)
  • blocked (cannot edit)

It is quite a detailed work to make sure that all the proper messages are displayed if something is impossible due to rules, show actual reputation settings - like how many points is required to do this and that - in the UI responses, and to write a meaningful set of test cases.

Login system

No, login system is not customizable yet and is still tightly coupled with the application.

The new login system will be "uncoupled" - as a separate django application that will be more flexible. The idea is to allow to use the same login system for multiple applications on the site or even swap to another auth system.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

see more comments