Validation of email: admin configurable URL after validation
- Status
- Closed
- Subject
- Validation of email: admin configurable URL after validation
- Version
- 4.x
- Category
- Feature request
- Feature
- User Administration (Registration, Login & Banning)
- Resolution status
- Fixed or Solved
- Submitted by
- Marc Laporte
- Volunteered to solve
- sylvieg
- Lastmod by
- Marc Laporte
- Rating
- Description
1- User registers
2- System sends email (to validate user controls that email)
3- User clicks and is sent to tiki-login_validate.php?user=abc&pass=xyz
The admin should be able to override to send a wiki welcome page for new users or to user tracker form.- Solution
Fixed in Tiki5
tiki-admin.php?page=general -> Navigation -> Url a user is redirected to after account validation
- Workaround
Index: tiki-login_validate.php
=============
tiki-login_validate.php (revision 20713) +++ tiki-login_validate.php (working copy)@@ -81,7 +81,7 @@
+ header('Location: tiki-view_tracker_item.php?view=+user');
} else {
$user = $_REQUEST'user';
$_SESSION%22$user_cookie_site%22 = $user;
- header('Location: tiki-information.php?msg='.urlencode('Account validated successfully.'));
Note: tiki-view_tracker_item.php?view=+user is necessary vs for example sending to a "My Profile" wiki page (for example)This is a second bug/feature request
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2629
- Created
- Tuesday 14 July, 2009 20:52:13 UTC
by Unknown - LastModif
- Monday 28 December, 2009 15:05:26 UTC