Author Topic: admin cp plugin idea  (Read 20001 times)

Offline igeoffi

  • Jr. Member
  • **
  • Posts: 27
Re: admin cp plugin idea
« Reply #15 on: July 06, 2006, 02:48:10 PM »
Quote
Yes! 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

Offline kidmock

  • Newbie
  • *
  • Posts: 6
Re: admin cp plugin idea
« Reply #16 on: July 06, 2006, 06:46:09 PM »
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

Offline darkcoder

  • Jr. Member
  • **
  • Posts: 14
Re: admin cp plugin idea
« Reply #17 on: July 09, 2006, 01:47:57 PM »
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 ;))

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: admin cp plugin idea
« Reply #18 on: July 11, 2006, 11:51:01 PM »
kidmock:
Have you tried:
?
 
  

Offline xoqez

  • Jr. Member
  • **
  • Posts: 84
Re: admin cp plugin idea
« Reply #19 on: July 12, 2006, 07:42:55 AM »
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

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: admin cp plugin idea
« Reply #20 on: July 12, 2006, 06:30:09 PM »
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!

Offline marin

  • Jr. Member
  • **
  • Posts: 17
Re: admin cp plugin idea
« Reply #21 on: August 15, 2006, 07:47:56 AM »
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

Code: [Select]
  case 'settings':and make the line below it look like this:

Code: [Select]
   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.