~danci-emanuel/mailman/mm_orig

« back to all changes in this revision

Viewing changes to src/mailman/rest/docs/users.rst

  • Committer: Barry Warsaw
  • Date: 2012-07-03 14:36:39 UTC
  • mfrom: (7155.1.6 bug-1015758)
  • Revision ID: barry@list.org-20120703143639-bxobgenrxogoht29
 * `passlib`_ is now used for all password hashing instead of flufl.password.
   The default hash is `sha512_crypt`.  (LP: #1015758)
 * Events renamed and moved:
   * `mailman.chains.accept.AcceptNotification`
   * `mailman.chains.base.ChainNotification`
   * `mailman.chains.discard.DiscardNotification`
   * `mailman.chains.hold.HoldNotification`
   * `mailman.chains.owner.OwnerNotification`
   * `mailman.chains.reject.RejectNotification`
   changed to (respectively):
   * `mailman.interfaces.chains.AcceptEvent`
   * `mailman.interfaces.chains.ChainEvent`
   * `mailman.interfaces.chains.DiscardEvent`
   * `mailman.interfaces.chains.HoldEvent`
   * `mailman.interfaces.chains.AcceptOwnerEvent`
   * `mailman.interfaces.chains.RejectEvent`
 * A `ConfigurationUpdatedEvent` is triggered when the system-wide global
   configuration stack is pushed or popped.
 * With the switch to `passlib`_, `[passwords]password_scheme` has been
   removed.  Instead use `[passwords]path` to specify where to find the
   `passlib.cfg` file.  See the comments in `schema.cfg` for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    created_on: 2005-08-01T07:49:23
95
95
    display_name: Bart Person
96
96
    http_etag: "..."
97
 
    password: {CLEARTEXT}bbb
 
97
    password: {plaintext}bbb
98
98
    self_link: http://localhost:9001/3.0/users/3
99
99
    user_id: 3
100
100
 
105
105
    created_on: 2005-08-01T07:49:23
106
106
    display_name: Bart Person
107
107
    http_etag: "..."
108
 
    password: {CLEARTEXT}bbb
 
108
    password: {plaintext}bbb
109
109
    self_link: http://localhost:9001/3.0/users/3
110
110
    user_id: 3
111
111
 
129
129
    created_on: 2005-08-01T07:49:23
130
130
    display_name: Cris Person
131
131
    http_etag: "..."
132
 
    password: {CLEARTEXT}...
 
132
    password: {plaintext}...
133
133
    self_link: http://localhost:9001/3.0/users/4
134
134
    user_id: 4
135
135
 
227
227
    created_on: 2005-08-01T07:49:23
228
228
    display_name: Bart Person
229
229
    http_etag: "..."
230
 
    password: {CLEARTEXT}bbb
 
230
    password: {plaintext}bbb
231
231
    self_link: http://localhost:9001/3.0/users/3
232
232
    user_id: 3
233
233
 
235
235
    created_on: 2005-08-01T07:49:23
236
236
    display_name: Bart Person
237
237
    http_etag: "..."
238
 
    password: {CLEARTEXT}bbb
 
238
    password: {plaintext}bbb
239
239
    self_link: http://localhost:9001/3.0/users/3
240
240
    user_id: 3
241
241
 
243
243
    created_on: 2005-08-01T07:49:23
244
244
    display_name: Bart Person
245
245
    http_etag: "..."
246
 
    password: {CLEARTEXT}bbb
 
246
    password: {plaintext}bbb
247
247
    self_link: http://localhost:9001/3.0/users/3
248
248
    user_id: 3
249
249
 
251
251
    created_on: 2005-08-01T07:49:23
252
252
    display_name: Bart Person
253
253
    http_etag: "..."
254
 
    password: {CLEARTEXT}bbb
 
254
    password: {plaintext}bbb
255
255
    self_link: http://localhost:9001/3.0/users/3
256
256
    user_id: 3