Ticket #220 (closed enhancement: fixed)

Opened 18 months ago

Last modified 18 months ago

Unneeded step in registration proces

Reported by: winfried Owned by: zeank
Priority: P4 Milestone: Book environment
Component: intranet Version: 3.0
Severity: normal Keywords:
Cc:

Description

see also #142

Why isn't the account activated right after clicking on the link in the mail?

That extra post can only be avoided if you rewrite a part of handler ('application.py'). Clicking on the link gives an 'get' request with request parameters, while the mechanism for handling the registration is only called when doing a post request. Get with parameters and post can/might/should be handled the same way.

Change History

Changed 18 months ago by winfried

  • owner changed from winfried@… to winfried
  • status changed from new to assigned

Changed 18 months ago by zeank

  • owner changed from winfried to zeank
  • status changed from assigned to new

Changed 18 months ago by winfried

  • priority changed from P3 to P4

Changed 18 months ago by zeank

  • status changed from new to closed
  • resolution set to fixed

fixed at r1165

Note: See TracTickets for help on using tickets.