6.0.0-beta1
9/24/25

[#379] Fail to return to Inbox
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

History
03/20/2006 06:02:49 AM just_ilyas (at) yahoo (dot) com Comment #11 Reply to this comment
If you get a blank page when submiting the data, then you probably
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?
Yeah, that's is. I got fatal error in ctype_lower. I had to compile 
php with ctype support. Thank's for great work !!!
03/14/2006 07:27:47 PM Eric Rostetter Comment #10 Reply to this comment
If you get a blank page when you submit the data, then you probably 
are having a

fatal error somewhere.  Check your php/Horde/etc log files for error messages.
03/14/2006 07:26:57 PM Eric Rostetter Comment #9 Reply to this comment
If you get a blank page when submiting the data, then you probably 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?
03/14/2006 11:09:55 AM just_ilyas (at) yahoo (dot) com Comment #8
New Attachment: horde.png Download
Reply to this comment
Using:

- 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






09/13/2005 09:50:10 PM Jan Schneider Comment #7
State ⇒ Not A Bug
Reply to this comment
As far as I can see, this is the expected behaviour in Passwd 2 and 
works fine in Passwd 3.
07/21/2004 12:38:54 PM dmcspam (at) edu (dot) joroinen (dot) fi Comment #6 Reply to this comment
Same happened to me also. I'm using horde version 2.2.3 and passwd 
version 2.2.1.
07/20/2004 05:01:00 AM mario_vazq (at) hotmail (dot) com Comment #5 Reply to this comment
same happend to me, only using a vpopmail backend.



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).
07/19/2004 08:10:58 AM sham333 (at) hotmail (dot) com Comment #4 Reply to this comment
Do u need any more details on this problem...
07/16/2004 09:08:40 AM Jan Schneider State ⇒ Assigned
Priority ⇒ 2. Medium
Assigned to Eric Rostetter
 
07/15/2004 10:42:51 PM rostetter (at) mail (dot) utexas (dot) edu Comment #3 Reply to this comment
Sorry, still getting used to this bug system.  Didn't notice the 
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.
07/15/2004 10:31:33 PM rostetter (at) mail (dot) utexas (dot) edu Comment #2 Reply to this comment
What version of passwd?  In older versions, this sounds like 
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.
07/13/2004 12:11:43 PM sham333 (at) hotmail (dot) com Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ Passwd
State ⇒ Unconfirmed
Reply to this comment
After changing user password using Horde Passwd 2.2.1 module with LDAP.

User is unable to return back to Inbox. Login page get display.

Saved Queries