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如何序列化数字?   java如何用我的Mainclass扩展ListActivity类和Fragment类?   JavaJersey、Jackson和JAXRS发布了多种JSON格式   java如何使用JavaFXKeyCombination覆盖系统默认的键盘快捷键,如Ctrl+C、Ctrl+V?   java Jersey类路径扫描示例Jersey。配置。服务器供应商。类路径   java什么样的数据结构可以作为一个数组,但在同一索引下给定多个值时会自动增长到第二维度?   java如何序列化非持久实体中的嵌套PersistentEntityResource   协议缓冲区我可以让protoc在Java中生成int数组吗?   在GregorianCalendar ArrayList Java中添加日期元素   从html模板动态生成pdf文件并用java生成目录   java Gridgain 6.5.5开源多个节点速度较慢。。?   java如何检查数组中所有整数的不相等性?   java在Eclipse中,如何多次运行JUnit测试用例   java侦听器不能处理特定的片段   java不是一个声明?(蓝色J)   找不到Attributer类型的PersonId的java定义