Search results

  1. GermanHero

    how to set up amazon ses

    Where has this video gone ?
  2. GermanHero

    How to upadate a Customer per Code ?

    thanks for the info!
  3. GermanHero

    How to upadate a Customer per Code ?

    inside the code i see $identity = new CustomerIdentity($customer->email, $customer->password); to get a CustimerIdentity ... but i now i want to change the $customer->group_id for a customer... how to do this ? thanks and best regards
  4. GermanHero

    How to set Customer Email / Confirm Email Field readonly

    Thank you for your answer but somehow after i edited the /apps/backend/views/customers/forms.php it sill is editable when i click on a customers profile best regards
  5. GermanHero

    How to set Customer Email / Confirm Email Field readonly

    Hello! i want to set the Email and Confirm Email Fields readonly at https:/xxx.com/customer/index.php/account/index but i somehow cannot find where to do this in the source i thought in apps/backend/views/customers/form-php but how to set the fields to readonly ?
  6. GermanHero

    How to add own OAuth Server

    thank you very much .. this pointed me to the right direction ; )
  7. GermanHero

    How to add own OAuth Server

    I want to add a OAuth2 Client to the application ... I got my own OAuth2 Server (based on https://github.com/bshaffer/oauth2-server-php) With non framework applications ..on my server i add a link that calls my oauth2login.php on the application server and accomplish the oauth tokens handling...
  8. GermanHero

    How to add own OAuth Server

    Hello i got my owh OAuth Server. But i din't work with Yii Framework before .. Can you tell me how i add Oauth Client to MailWizz ? Which files to edit best regards
Back
Top