change_sqlpass not returning with change confirmation upon successfull password change.

View: New views
3 Messages — Rating Filter:   Alert me  

change_sqlpass not returning with change confirmation upon successfull password change.

by ctlists :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

First of all this is on a new Freebsd install with the latest ports.

I have been trying to fix a problem I am having with squirrelmail and the
changesql_pass plugin. When I change a user password using the plugin the
password is successfully changed but squirrelmail does not go to the page
that indicates the password was successfully changed it instead goes to an
error page indicating

This page request could not be verified and appears to have expired

If you click on the inbox or any folders on the left it will take you
there without having to relog into squirrelmail and the next time you log
on you have to use the new password that you set with changesql_pass.

All the other plugin pages are properly displayed. The ones that indicate
errors with password mismatches and such. I have debug enabled in the
plugin but it is not indicating any problems with anything.

I have been working on this for a few days now and haven't been able to
come up with anything. Any ideas for me?

Thanks,
Chadd


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Re: change_sqlpass not returning with change confirmation upon successfull password change.

by Paul Lesniewski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 24, 2009 at 12:31 PM,  <ctlists@...> wrote:

> Hello,
>
> First of all this is on a new Freebsd install with the latest ports.
>
> I have been trying to fix a problem I am having with squirrelmail and the
> changesql_pass plugin. When I change a user password using the plugin the
> password is successfully changed but squirrelmail does not go to the page
> that indicates the password was successfully changed it instead goes to an
> error page indicating
>
> This page request could not be verified and appears to have expired

This is broken compatibility with the most recent SM version.  The
plugin needs to submit a hidden field called "smtoken", whose value
should be generated by sm_generate_security_token()

> If you click on the inbox or any folders on the left it will take you
> there without having to relog into squirrelmail and the next time you log
> on you have to use the new password that you set with changesql_pass.
>
> All the other plugin pages are properly displayed. The ones that indicate
> errors with password mismatches and such. I have debug enabled in the
> plugin but it is not indicating any problems with anything.
>
> I have been working on this for a few days now and haven't been able to
> come up with anything. Any ideas for me?


--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Re: change_sqlpass not returning with change confirmation upon successfull password change.

by ctlists :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> On Sat, Oct 24, 2009 at 12:31 PM,  <ctlists@...> wrote:
>
> This is broken compatibility with the most recent SM version.  The
> plugin needs to submit a hidden field called "smtoken", whose value
> should be generated by sm_generate_security_token()
>

Thanks for the quick response,

Is this something that I can fix myself with the config files? Sorry I
struggle a bit with Freebsd/linux, I know enough to
install/configure/research and back things up but when it comes to
manually fixing things I struggle a bit.

Thanks,
Chadd


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins