Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. $defaultPassword = 12341234
  2. INSERT_UPDATE ManB2BCustomer; description; uid[unique = true] ; originalUid ; email ; name ; title(code); groups(uid) ; permissionGroups(uid); sessionCurrency(isocode)[default = 'USD']; password[default = $defaultPassword]; Addresses(&addressId); &MANB2BCustomerUID;
  3. ; Customer K ; testuser.shortened@rustic-hw.com ; testuser.shortened@rustic-hw.com ; testuser.shortened@rustic-hw.com ; Testuserwithatoolongname thisshouldbeshortened ; mr ; MAN, b2bcustomergroup ; ; ; ; ; ManAddressUID1
  4. ; Customer L ; testuser.nofirstname@rustic-hw.com ; testuser.nofirstname@rustic-hw.com ; testuser.nofirstname@rustic-hw.com ; Testuserwithatoolongfirstname lastnameistheonlydisplayednamefortheuser ; mr ; MAN, b2bcustomergroup ; ; ; ; ; ManAddressUID2
  5. ; Customer M ; testuser.lastnameshortened@rustic-hw.com ; testuser.lastnameshortened@rustic-hw.com ; testuser.lastnameshortened@rustic-hw.com ; Testuserwithatoolongfirstname lastnameistheonlydisplayednameforthisuser ; mr ; MAN, b2bcustomergroup ; ; ; ; ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement