Author Topic: REMOVED  (Read 5979 times)

BrotherAndrew

  • Guest
REMOVED
« on: March 04, 2014, 02:06:16 AM »
I REMOVED This.   8)
« Last Edit: May 14, 2014, 11:59:55 AM by BrotherAndrew »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #1 on: March 05, 2014, 11:50:40 PM »
Your going to need to make a modification to Roundcube in order to allow it to accept login data from a external form. Take a look at the autologin plugin as an example of the changes.

BrotherAndrew

  • Guest
Re: Custom Login Page With Radio Boxes
« Reply #2 on: March 06, 2014, 12:54:02 AM »
OK   :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #3 on: March 11, 2014, 03:00:03 PM »
Not without editing the core code.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #4 on: March 12, 2014, 04:45:34 PM »
You can set login_lc in the configuration file.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #5 on: March 14, 2014, 05:30:48 AM »
If you have is enabled account@example.com and AcCoUnT@example.com are treated as two separate accounts.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #6 on: March 17, 2014, 04:09:17 PM »
You'd have to make a plugin for force that.

BrotherAndrew

  • Guest
Re: Custom Login Page With Radio Boxes
« Reply #7 on: March 17, 2014, 05:36:46 PM »
How Easy is it to learn how to create a Round Cube Plugin?  After doing that, is (Compose > From) going to show the Domain Name this way (@DomainName.com).  Or is it still going to show (@domainname.com)?  :)

It would be Great if R C Added that Option!  :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #8 on: March 19, 2014, 02:58:54 PM »
Roundcube already has the option of being case sensitivity thats what the login_lc config option is for.

BrotherAndrew

  • Guest
Re: Custom Login Page With Radio Boxes
« Reply #9 on: March 19, 2014, 07:40:22 PM »
You wrote that I Need a Plugin for Force CaSe SeNsItIvE.  And as I stated, when I Select 0 at (login_lc), it Doesn't Force it To be CaSe SeNsItIvE.  :)

BrotherAndrew

  • Guest
Re: Custom Login Page With Radio Boxes
« Reply #10 on: March 26, 2014, 07:30:08 PM »
Mainly what I want is for Email addresses to Always look the way that they do in Identities.  If in Identities the Email address is (UserName@WebMail.com), how can I get it to Always be that way when sending out Emails?  Also, in the Compose From area, It shows (UserName@webmail.com), instead of the Identity way (UserName@WebMail.com).   After Logic Web Mail Lite Identities Always show the Same Way that they are in Options.  And R C in Many Ways is More Advanced than that program is.  So that should be possible.   :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Custom Login Page With Radio Boxes
« Reply #11 on: March 28, 2014, 06:17:33 PM »
The identities email address can be different that the username you login with. Why don't you force lowercase on the login so the user always so the user is always accessing the same Roundcube account and just change the email in the identity to have the uppercase letters?