Author Topic: remember password  (Read 46293 times)

Offline sunherd

  • Newbie
  • *
  • Posts: 4
remember password
« on: June 25, 2007, 02:48:22 AM »
Hi,

I have roundcube 0.1-rc1.1 installed succesfully. But when I login, no browser gives me the chance to click "remember password". The guy who recommended me roundcube tells, that on his roundcube it saves the password ok, buts it's a lot older installation than rc1.

I can't find any relevant config option for this, except that there is this setting:

Quote
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';

I guess this could hint that there actually is a remember password option somewhere, but I can't find none in the default config file.

Any help for me?

-jarkko/finland

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,873
    • SKaero - Custom Roundcube development
Re: remember password
« Reply #1 on: June 25, 2007, 03:49:46 AM »
Roundcube don't have a remember password function. Some browsers offer the option to save the password, maybe thats whats happen.

Offline sunherd

  • Newbie
  • *
  • Posts: 4
Re: remember password
« Reply #2 on: June 25, 2007, 04:11:57 AM »
The browser's feature was what I meant - it seems to be somehow disabled in roundcube, since with every computer we try, with either MSIE6 or Firefox 1 or 2, the browsers don't give us the popup. But they do it for every other username/password form we try.

So if there is not a setting for it, the reason has to be either the login technique roundcube uses (but my friend has told me that in their ancient installation it works - perhaps the technique has been changed at some point?), or my installation is somehow screwed up - but the cookies/sessions seem to be working ok otherwise.

Strange. Can someone confirm that roundcube (0.1-rc1.1) either:
a) does give them the browser's "remember username and password" window just like with other login forms
or
b) doesn't give the window, even if it does with other login forms.

Answer b would mean there is nothing I can do about this (except tweaking roundcube's login quite a lot, if I can), but if the answer is a, there's still something for me to work with :)

Offline pr0xyzer

  • Newbie
  • *
  • Posts: 2
Re: remember password
« Reply #3 on: June 25, 2007, 06:09:17 AM »
One thing I really miss in Roundcube!
01110000 01110010 00110000 01111000 01111001 01111010 01100101 01110010

http://www.gnumail.de

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: remember password
« Reply #4 on: June 25, 2007, 07:44:51 AM »
Well. User Opera :) Wand Passwords :)

Offline xyanide

  • Jr. Member
  • **
  • Posts: 41
Re: remember password
« Reply #5 on: June 25, 2007, 08:51:24 AM »
Quote from: flosoft
Well. User Opera :) Wand Passwords :)

I use Opera, but the remember password function does`nt work with roundcube :(.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: remember password
« Reply #6 on: June 25, 2007, 08:52:55 AM »
Huh? Mine always worked here. Try it at: https://flosoft.biz/webmail

Offline blackb1rd

  • Newbie
  • *
  • Posts: 1
Re: remember password
« Reply #7 on: June 25, 2007, 08:57:53 AM »
I can confirm it worked before with both MSIE and Firefox, but no longer since rc1. Would be very nice if this could be fixed for these browsers :)

Offline xyanide

  • Jr. Member
  • **
  • Posts: 41
Re: remember password
« Reply #8 on: June 25, 2007, 09:14:56 AM »
Quote from: flosoft
Huh? Mine always worked here. Try it at: https://flosoft.biz/webmail

It works with your version svn 6.20, but not with rc1.
So i guess it`s fixed ::)

Offline pr0xyzer

  • Newbie
  • *
  • Posts: 2
Re: remember password
« Reply #9 on: June 25, 2007, 09:50:40 AM »
Now i installed the svn 6.20 and it doesnt work :(

my system ubuntu/linux, firefox 2.0.0.4
01110000 01110010 00110000 01111000 01111001 01111010 01100101 01110010

http://www.gnumail.de

Offline blaster

  • Newbie
  • *
  • Posts: 1
Re: remember password
« Reply #10 on: July 06, 2007, 11:46:47 AM »
In file
/program/include/main.inc

go to line 1444
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'off'));

and change 'autocomplete' => 'off'
to
'autocomplete' => 'on'

it should help :)

Offline xyanide

  • Jr. Member
  • **
  • Posts: 41
Re: remember password
« Reply #11 on: July 06, 2007, 02:09:21 PM »
didn`t work for me :-[ (rc-1)

Offline aconda

  • Newbie
  • *
  • Posts: 1
Re: remember password
« Reply #12 on: July 07, 2007, 04:43:33 AM »
That works for me! Thank you VERY much ;D

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,873
    • SKaero - Custom Roundcube development
Re: remember password
« Reply #13 on: July 07, 2007, 04:49:23 AM »
If it didn't work, clear your cache.

Offline xyanide

  • Jr. Member
  • **
  • Posts: 41
Re: remember password
« Reply #14 on: July 07, 2007, 08:24:28 AM »
Quote from: SKaero
If it didn't work, clear your cache.

I cleared my cache, and i`m using roundcube rc-1.

I tried this:
"In file
/program/include/main.inc

go to line 1444
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'off'));

and change 'autocomplete' => 'off'
to
'autocomplete' => 'on'"

But no use.

Try if it works for you: **********************

My browser: Opera 9.21