Roundcube Community Forum

 

admin cp plugin idea

Started by igeoffi, June 28, 2006, 05:17:32 PM

Previous topic - Next topic

igeoffi

QuoteYes! A pretty "Change Password" patch/module for Roundcube is available now:
that was pretty much what i was looking for
since the other change pass patch didnt seem to work
hopefully this does

kidmock

Nice Patch.

I plan on trying to modify it to connect to my LDAP server much like the squirrelmail change_ldap_pass plugin.

However, I have run into a bit of a snag. I can't seem to figure out why the link off the settingstabs.html is in active.

if I type in action=passwd in the URL it works like a charm

if I change


to something like


I get the link for folders as would be expected.

Any help would be appreciated.

BTW I'm using SVN 272

darkcoder

Quote from: Brett Yes, but not all servers are the same.... nor will every server have the same functions available to them ;)

That's the reason the horde team came with a flexible password module, where the webmail admin can choose between various password methods like sql, ldap, vmailmgr, vpopmail among others. I suggest follow that kind of route, since not all have a sql user database (in my case I have ;))

bpat1434

 
 

xoqez

Admin control panels if you wish to have them should be an addon. I would prefer to leave the admin to the imap server.
--
Venond; using roundcube since June 2006
www.venond.com

flosoft

Quote from: xoqez Admin control panels if you wish to have them should be an addon. I would prefer to leave the admin to the imap server.

Yeah!

marin

Quote from: kidmock However, I have run into a bit of a snag. I can't seem to figure out why the link off the settingstabs.html is in active.

if I type in action=passwd in the URL it works like a charm

if I change


to something like


I get the link for folders as would be expected.

Any help would be appreciated.

BTW I'm using SVN 272

Hi there, just installed the roundcube webmail and applied the change password patch manually. Same here with the inactive tab, the solution is pretty simple:

in the file app.js find

  case 'settings':and make the line below it look like this:

   this.enable_command('preferences', 'identities', 'save', 'folders', 'passwd', true);
I believe it's pretty clear what it does.


I vote 2 hands for user management in admin section, it's not a big deal to be done and should be done.
As I'm from Bulgaria some things that are not the way they should be popped out and if I can deal with them and decide to stay with roundcube (I just love the way it looks its so professional etc) I will need such thing, if there's nothing already made I could make it, eventually.