# jihui88-enterprise **Repository Path**: jihuicom/jihui88-enterprise ## Basic Information - **Project Name**: jihui88-enterprise - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 用户中心(ytx20) =========== ytx会员中心,提供会员相关的基础服务,同时包含会员安全相关模块 ### Account特性列表 * Account信息保存 * Account Tag特性 * 登录日志和激活策略 * login的功能: 登录及审计(login log, 登录失败次数), 忘记密码(sms和邮件发送) ### todo * 用户的password加密算法调整到Bcrypt,参考 BCryptPasswordEncoder * 考虑将Account和AccountBasic进行合并,采用新的加密和验证算法 * AccountBasic添加 hash password和authorities(role and permissions) ### Role list * buyer:买家 buyer@ytx.com * seller:卖家 seller@ytx.com * employee:员工 employee@ytx.com * operator:运营人员 mali@ytx.com operator@ytx.com * admin:管理员 admin@ytx.com * executive: 管理层 liuming@ytx.com executive@ytx.com * 密码123456 ### Maven deploy $ mvn -DskipTests -pl ytx-account-common,spring-boot-starter-ytx-account clean source:jar package install