Search results

  1. 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
  2. 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 ?
  3. 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