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.
Fixed in Tiki5
tiki-admin.php?page=general -> Navigation -> Url a user is redirected to after account validation
Index: tiki-login_validate.php
=============
@@ -81,7 +81,7 @@
} 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
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |