DokuWiki

It's better when it's simple

User Tools

Site Tools


auth:pgsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
auth:pgsql [2013-05-28 00:13] Klap-inauth:pgsql [2022-08-16 15:25] – Insert “will” in “Dokuwiki will do the” 2600:6c50:1b40:2700:590c:1779:bdda:d0ce
Line 3: Line 3:
 | Since the release 2013-05-10 “Weatherwax”\\ see [[plugin:AuthPgSQL]] plugin page\\ \\ For releases 2012-10-13 “Adora Belle” and older\\ see info below| | Since the release 2013-05-10 “Weatherwax”\\ see [[plugin:AuthPgSQL]] plugin page\\ \\ For releases 2012-10-13 “Adora Belle” and older\\ see info below|
  
-This backend uses a PostgreSQL Database to store user data and passwords.+This backend uses a **PostgreSQL** Database to store user data and passwords.
  
 Any database that contains basic user and group information could be used with DokuWiki. How to adapt the SQL statements to match your favorite database will be discussed in this page. All configuration and SQL statements are tested with Postgres 8.1 and are based on the [[#Example Database|example database]] structure. Any database that contains basic user and group information could be used with DokuWiki. How to adapt the SQL statements to match your favorite database will be discussed in this page. All configuration and SQL statements are tested with Postgres 8.1 and are based on the [[#Example Database|example database]] structure.
Line 67: Line 67:
 :!: If you set 'forwardClearPass' to 1 the backend expects the database to do the crypting. It will forward the  clear text password to the database. Be aware of the security risk. :!: If you set 'forwardClearPass' to 1 the backend expects the database to do the crypting. It will forward the  clear text password to the database. Be aware of the security risk.
  
-Set 'forwardClearPass' to '0' and DokuWiki do the password encryption. Which encryption method is used is set by the [[config:passcrypt]] option.+Set 'forwardClearPass' to '0' and DokuWiki will do the password encryption. Which encryption method is used is set by the [[config:passcrypt]] option.
  
 <code php> <code php>

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki