Skip to content

Deprecate one time ticket (1) (#156)

Created by: ikedas

This may fix (partly) #156: This deprecates some of one-time ticket feature.

  • get_pending_list action in notification about created/renamed lists for listmaster.
  • search action in notification about failed unsubscriber for list owner.
  • modindex action in notification about held messages for list moderator.

Now actions above need authentication on web interface.

On the other hand:

  • family_signoff action: Since this action has never been documented nor completely implemented, it will be removed. family_signoff is documented. It should be rewritten not to use one-time ticket.
  • sso_login/confirmemail action ditto.
  • choosepasswd action ditto.

Merge request reports