1

If I plug in askbot with my app, can the users sign in to askbot using the credentials of my app?
 

If I plug in askbot with my course creation app, can the users post questions/reply to questions using the credentials of the app? I would like them to avoid creating two different accounts (one for the app and one for using askbot)

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)
asked 14 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

If I did this, I would clone your site, including the database, then installed askbot and tested it out first - just as a precaution for the safety of your data.
Evgeny's avatar Evgeny (14 years ago)
see more comments

1 Answer

0

Yes, please take a look at this doc page.

http://askbot.org/doc/askbot-as-reusable-django-application.html#using-alternative-login-system

It is possible to use any other authentication system, I've tested this with django-registration.

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)
answered 14 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.
link

Comments

see more comments