Summary | Fail to return to Inbox |
Queue | Passwd |
Queue Version | 2.2.1 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | eric.rostetter (at) physics (dot) utexas (dot) edu |
Requester | sham333 (at) hotmail (dot) com |
Created | 07/13/2004 (7743 days ago) |
Due | |
Updated | 03/20/2006 (7128 days ago) |
Assigned | 07/16/2004 (7740 days ago) |
Resolved | 09/13/2005 (7316 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
encountered
a fatal error. Can you check your web server logs, horde logs, etc.
and see if
you can find an error message to explain the problem?
php with ctype support. Thank's for great work !!!
are having a
fatal error somewhere. Check your php/Horde/etc log files for error messages.
a fatal error. Can you check your web server logs, horde logs, etc.
and see if
you can find an error message to explain the problem?
New Attachment: horde.png
- Horde 3.1 (March 6 2006)
- IMP H3 (4.1) (March 6 2006)
- Turba H3 (2.1) (March 6 2006)
- Ingo H3 (1.1) (March 6 2006)
- Passwd H3 (3.0) (October 9 2005)
Passwd uses vpopmail backend :
$backends['vpopmail']= array (
'name' => 'My Mail Server Name',
'preferred' =>'',
'password policy'=>array(
'maxSpace' => 0,
'minUpper' => 0,
'minLower' => 0,
'minNumeric' => 0
),
'driver' => 'vpopmail',
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => '*******',
'password' => '********',
'encryption' => 'crypt',
'database' => 'vpopmail',
'table' => 'vpopmail',
'name' => 'pw_name',
'domain' => 'pw_domain',
'passwd' => 'pw_passwd',
'clear_passwd' => 'pw_clear_passwd',
'use_clear_passwd' => true,
'show_encryption' => true
)
);
So when changing password for user doesn't work. Let me explain in detail:
-When I click to Passwd icon in menu. I see url appended to address of
my mail server
- When I enter all fields and submit form, I got no result and I see
blank page
So as I understood, after users submits passwd form page should go to
to page which is in $return_to variable. So from where does it got? As
I said above when you click to passwd icon to change password url gots
extra variable $url like:
http://mymail.server.kg/index.php?Horde=[here_is_horde_session_id]&url=http%3A%2F%2Fmymail.server.kg%2F%3F
So after I looked through main.php in passwd I found that it uses
$return_url variable after password is changed and goes to that page.
code snippet:
$return_to=Util::getFormData('return_to');
if (!empty($return_to)){
header('Location:'.$return_to );
exit();
}else
bla bla
Hmmm, so it gets from password change form. Let's look to this form. I
found that i sends it as hidden and i has value of ''(no value). I
think the $url should be replaced with $return_to if this $url
variable not used or add $return_to in passwd link like in problem
link which is
(http://mymail.server.kg/services/problem.php?return_url=http%3A%2F%2Fmymail.server.kg%2Findex.php%3FHorde%3....)
png attached to be clear.
Thanks
State ⇒ Not A Bug
works fine in Passwd 3.
version 2.2.1.
Vpopmail was compiled with --enable-md5-password (don't blame me for
typo, I'm not on the machine at the moment). And using horde, imp and
passwd from RELENG (2004-07-17 to be exact).
Priority ⇒ 2. Medium
Assigned to Eric Rostetter
version was specified in the ticket. Changing login credentials (to
avoid logout/login)
should be supported as of version 2.2, but I do see a change to the
current CVS
code which reads:
[max] Properly reset authenticated user's credentials.
I'll have to check what that means... Maybe it is related, maybe not.
expected/documented functionality. In newer versions, this may or may
not be expected functionality.
You need to explain the problem better, and name versions of Horde and Passwd
used.
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ Passwd
State ⇒ Unconfirmed
User is unable to return back to Inbox. Login page get display.