--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/8155e38e-8a25-479f-b8b8-73dc31a6d0a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/s-H7ExPpVAI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/CAGsD4NyYpkgJDQbPWxhmUm9Am7zuYYnWpCEhqvWxUhL%2BGwmqxQ%40mail.gmail.com.
I need to generate password andprint it for entrant and then take hash from password for writing to database. But that program work on Windows and was written by delphi. Last versions delphi have sha512 and pbkdf2 library but not our. Can you take link by .dll file of the library for use it in delphi? There is another way I can generate many password and hash use web2py write it to database and then give entrant. But for security it is nonsense.
чт, 30 мая 2019 г., 2:26 Carlos Costa <yamand...@gmail.com>:
If you can use web2py itself for this task, dot it like this:hash = CRYPT()('text to hash')[0]
Em qua, 29 de mai de 2019 às 19:05, João Matos <jcrm...@gmail.com> escreveu:
I use Python's hashlib module. It contains pbkdf2.--
segunda-feira, 27 de Maio de 2019 às 12:13:54 UTC+1, Константин Комков escreveu:Can somebody told about free library for windows (.dll) which can generate hash of password like web2py (pbkdf2 + sha512)?
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/8155e38e-8a25-479f-b8b8-73dc31a6d0a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
----At.Carlos J. Costa--------------------------------------------------------------Cientista da Computação - Esp. Gestão em Telecom
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/s-H7ExPpVAI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/s-H7ExPpVAI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/26c0d5c1-5e88-4562-96d1-ed4e4c058b4c%40googlegroups.com.
All entrant information are checking by operators and if that information correct entrant can be registrated in personal cabinet. If entrant gived our information on site, it's work like auth registration form. Entrant push your own password and after operators check entrant's info entrant can login in personal cabinet. But if entrant came on foot, we need to check its email and it is very hard becouse not all entrants have phone or Internet on phone and maybe somebody don't remember your email password for validate it...
вс, 2 июн. 2019 г., 22:26 Massimo Di Pierro <massimo...@gmail.com>:
--You can make you own registration form that does not require a password.form = SQLFORM(db.auth_user)Then you can tell them to go on the system and use their email to request a password.
On Thursday, 30 May 2019 00:11:20 UTC-7, Константин Комков wrote:As I understand entrant came on foot and take to operator personal data. After that I know entrants email and can generate link for it. Yes?
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/s-H7ExPpVAI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web...@googlegroups.com.