Profile questions

shabbysquire

Client
Регистрация
25.11.2012
Сообщения
544
Реакции
26
Баллы
28
Under set value from profile, the random passwords are too short. How do I make them longer?

Also, how do I use a random email in profile? I can use any made-up email (doesn't need to be verified upon registration).

profile.JPG
 
1. {-Profile.Password-}{-Variable.random-} where you make a random length of string or number in a variables action.

2. {-Profile.Name-}{-Profile.Surname-}@gmail.com or you can use {-Profile.Login-}@gmail.com or {-Profile.NickName-}@gmail. The possiblilites are endless
 
  • Спасибо
Реакции: shabbysquire и rostonix
You can generate password with Random action
And use result variable instead of profile variable.
Also you can generate with the same action login and where you need to fill email you set something like {-Variable.yourvar-}@gmail.com
 
  • Спасибо
Реакции: bigcajones
Clint :az:
 
Thanks folks!

I'll try to spin the email suffixes (gmail, yahoo, hotmail etc). I tried the following in spintax format, but no luck:

Код:
Развернуть Свернуть Копировать
{-Profile.Name-}{-Profile.Surname-}@aol.com|{-Profile.Name-}{-Profile.Surname-}@gmail.com|{-Profile.Name-}{-Profile.Surname-}@yahoo.com|{-Profile.Name-}{-Profile.Surname-}@sky.com

Update:

Tried spintax in word processing, but it spits out the whole lot! Have I missed something?

rand-email.JPG
 
Последнее редактирование:
You missed { at the start and } at the end
 
Simplier:

Код:
Развернуть Свернуть Копировать
{-Profile.Name-}{-Profile.Surname-}@{gmail.com|sky.com|aol.com}
 
:ah:

Thanks man! It's been awhile since making ZP templates.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)