Ticket #220 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
