Changeset ab9b155 in observatorio


Ignore:
Timestamp:
Jul 31, 2014, 12:14:21 PM (10 years ago)
Author:
Ing. Roldan Vargas <rvargas@…>
Branches:
master
Children:
5491a69
Parents:
31dccab
Message:

eliminada función duplicada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • procesos/apps/autenticar/views.py

    re8e83ec rab9b155  
    248248
    249249
    250 def _generateId(solution):
    251     random.seed("%d%s" % (os.getpid(), time.ctime()))
    252     return hashlib.sha1(
    253         "%s%s%s" % (
    254             settings.captchaSecretKey, solution, random.random())).hexdigest()[:10]
    255 
    256 
    257250def registration_form(request):
    258251    """
Note: See TracChangeset for help on using the changeset viewer.