Lines Matching refs:email
125 3. set the password to a random string and email the user.
145 3. have the server generate a new password for you (and email it to you), or
193 data['name'] = data['password'] = data['email'] = ''
206 while not data['email']:
207 data['email'] = raw_input(' EMail: ')
212 log.info('You will receive an email shortly.')
217 data['email'] = ''
218 while not data['email']:
219 data['email'] = raw_input('Your email address: ')