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
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
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

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
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

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Clint :az:
 

shabbysquire

Client
Регистрация
25.11.2012
Сообщения
544
Благодарностей
26
Баллы
28
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
 
Последнее редактирование:

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
You missed { at the start and } at the end
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Simplier:

Код:
{-Profile.Name-}{-Profile.Surname-}@{gmail.com|sky.com|aol.com}
 

shabbysquire

Client
Регистрация
25.11.2012
Сообщения
544
Благодарностей
26
Баллы
28
:ah:

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

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