Mercurial > p > roundup > code
comparison doc/customizing.txt @ 8033:6cebbb42c883
docs: regroup feature list using GPT and update
Gave GPT 3.5 the original list of features annotated with the section
header when needed to understand feature context. Asked it to
recategorize.
Took it's output and moved some things around, edited, and added more
links.
Also added links to the wiki for OAUTH and Shibboleth extrnal user
databases to the customizing document section on external user
databases.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Jun 2024 16:39:07 -0400 |
| parents | 03c1b7ae3a68 |
| children | 2bf0c4e7795e |
comparison
equal
deleted
inserted
replaced
| 8032:ce1e65af97fb | 8033:6cebbb42c883 |
|---|---|
| 1032 ''' | 1032 ''' |
| 1033 # look up some unique LDAP information about the user | 1033 # look up some unique LDAP information about the user |
| 1034 username = self.db.user.get(self.userid, 'username') | 1034 username = self.db.user.get(self.userid, 'username') |
| 1035 # now verify the password supplied against the LDAP store | 1035 # now verify the password supplied against the LDAP store |
| 1036 | 1036 |
| 1037 Other External Databases | |
| 1038 ~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 1039 | |
| 1040 See examples for `Shibboleth`_ and info about using `OAUTH`_ in the | |
| 1041 Roundup Wiki. | |
| 1037 | 1042 |
| 1038 Changes to Tracker Behaviour | 1043 Changes to Tracker Behaviour |
| 1039 ---------------------------- | 1044 ---------------------------- |
| 1040 | 1045 |
| 1041 .. index:: single: auditors; how to register (example) | 1046 .. index:: single: auditors; how to register (example) |
| 2436 | 2441 |
| 2437 Even more examples of customisation have been contributed by | 2442 Even more examples of customisation have been contributed by |
| 2438 users. They can be found on the `wiki | 2443 users. They can be found on the `wiki |
| 2439 <https://wiki.roundup-tracker.org/CustomisationExamples>`_. | 2444 <https://wiki.roundup-tracker.org/CustomisationExamples>`_. |
| 2440 | 2445 |
| 2446 .. _change the rate limiting method: rest.html#creating-custom-rate-limits | |
| 2441 .. _`design documentation`: design.html | 2447 .. _`design documentation`: design.html |
| 2442 .. _`developer's guide`: developers.html | 2448 .. _`developer's guide`: developers.html |
| 2449 .. _`directions in the rest interface documentation`: rest.html#enabling-the-rest-api | |
| 2450 .. _oauth: https://wiki.roundup-tracker.org/OauthAuthentication | |
| 2443 .. _`rest interface documentation`: rest.html#programming-the-rest-api | 2451 .. _`rest interface documentation`: rest.html#programming-the-rest-api |
| 2444 .. _change the rate limiting method: rest.html#creating-custom-rate-limits | 2452 .. _`shibboleth`: https://wiki.roundup-tracker.org/ShibbolethLogin |
| 2445 .. _`directions in the rest interface documentation`: rest.html#enabling-the-rest-api | |
| 2446 .. _`xmlrpc interface documentation`: xmlrpc.html#through-roundup | 2453 .. _`xmlrpc interface documentation`: xmlrpc.html#through-roundup |
| 2447 .. _`zxcvbn`: https://github.com/dwolfhub/zxcvbn-python | 2454 .. _`zxcvbn`: https://github.com/dwolfhub/zxcvbn-python |
| 2448 | 2455 |
