klaviyo / magento2-klaviyo

37 stars 51 forks source link

Klaviyo user creation #54

Closed njparadis closed 4 years ago

njparadis commented 4 years ago

First pass at streamlining the initial setup process for M2:

njparadis commented 4 years ago

Sensitive data updates

Obfuscated private API key: image

Obfuscated password: image

Error/success messaging examples

User already exists: image

Invalid email: image

Crappy password: image

Success: image

remstone7 commented 4 years ago

assuming the deletion process would still be in the rest role section?

ihor-sviziev commented 4 years ago

@njparadis @remstone7 This is actually not an REST user, this is admin user, that has full permissions to the admin.

It should NOT be inside Stores => Configuration due to security reasons.

Also saving admin user credentials isn't secure, even with encrypting, as this password could be decrypted.