Weblate: How to setup custom auth backend?

Created on 4 Mar 2018  路  5Comments  路  Source: WeblateOrg/weblate

Can we setup custom authentication provider (backend) other than listed in this section?
If yes, how?

documentation question

All 5 comments

Just follow its instructions. Generally any Django authentication should work, just add it to AUTHENTICATION_BACKENDS (always keep 'weblate.accounts.auth.WeblateUserBackend' there as well) and configure it. Similarly as with LDAP or CAS.

Ok, thanks, I got it.

Probably it's worth documenting this...

Thank you for your report, the issue you have reported has just been fixed.

  • In case you see problem with the fix, please comment on this issue.
  • In case you see similar problem, please open separate issue.
  • If you are happy with the outcome, consider supporting Weblate by donating.

No custom auth backends work in 3.0 this because there is a custom User and Group object now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mlaggner picture mlaggner  路  3Comments

yarons picture yarons  路  4Comments

agaida picture agaida  路  4Comments

nijel picture nijel  路  3Comments

brauliobo picture brauliobo  路  3Comments