tryton模块管理web用户

trytond-web-user的Python项目详细描述


Web用户模块提供管理外部用户访问的工具 网络。

用户

用户通过电子邮件唯一标识,并使用 哈希密码。用户可以链接到参与方。

有两种操作:

  • validate电子邮件使用指向url的链接向用户发送电子邮件 确保地址存在。
  • reset password向用户发送带有指向url链接的电子邮件 设置新密码。

配置

Web用户模块使用来自不同部分的参数:

  • 网络

    • reset_password_url: the URL to reset the password to which the parameters email and token will be added.
    • email_validation_url: the URL for email validation to which the parameter token will be added.
  • 电子邮件

    • from: the origin address to send emails.
  • 会话

    • web_timeout: defines in seconds the validity of the web session. Default: 30 days.
    • web_timeout_reset: in seconds the validity of the reset password token. Default: 1 day.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java有没有一种方法可以使用DesiredCapabilities在SeleniumWebDriver中获得非远程浏览器?   java逻辑和算术移位的输出   java如何以编程方式在Selenium中打开Safari>preferences?   java应用程序可以在javaws中更改自己的名称吗?   Java 7下的linux JAXB问题它说找不到RI 2.1.0   java解析来自Domino代理的JSON   java如何引用在不同类的main方法中声明的对象属性   java如何扩展apache FTPFile的功能?   java如何优化G1的暂停时间   java使用单个“更新”按钮将测试表的自动增量值插入分数表   针对UTF的regex Java电子邮件验证   java字节流问题   java 安卓将arraylist转换为自定义格式的一个字符串   java SQL语句到JTable   Java:带selfcontain计数器的while循环