Giter Site home page Giter Site logo

Comments (6)

PBK-B avatar PBK-B commented on July 17, 2024

@maidang2233 是不是在注册或者登录的时候大小写错误了?

from study.zmide.com.

PBK-B avatar PBK-B commented on July 17, 2024

目前感觉这块有功能缺失,按道理应该需要找回密码和确认密码功能

  • 注册时,需要二次输入确认密码
  • 实现通过邮箱验证码找回密码

from study.zmide.com.

PBK-B avatar PBK-B commented on July 17, 2024

[需求] 注册时,需要二次输入确认密码,在注册账号时需要用户再次输入密码,前端效验两次输入密码是否相同
负责人:@wngtk

50e84eb09661817c3e97514cbf0463f0

from study.zmide.com.

PBK-B avatar PBK-B commented on July 17, 2024

[需求] 实现通过邮箱验证码找回密码,这里需要 @PBK-B 提供发送找回密码验证码接口,实现通过邮箱地址,获取验证码,填写新密码完成密码修改(同样需要确认密码输入框)
负责人: @JessieChan0730

d25213744f9e8cace9562680134a1c7f

相关后端接口

发送验证码

[POST] https://study.jszkk.com/api/auth/send
参数:

{
	email: "[email protected]",
	type: 1
}

重置密码

[POST] https://study.jszkk.com/api/auth/forgot
参数:

{
	email: "[email protected]",
	code: "978665",
	password: "example987"
}

from study.zmide.com.

maidang2233 avatar maidang2233 commented on July 17, 2024

视频发不了,太大了,大概内容是我用126的邮箱注册了个账号,密码为123456,但我点确定登录时在登录页面却显示了一段比较长的密码,当我用开发者选项显示密码时里面的内容显示的是我的126账号,却不是密码,但我输入123456时显示密码错误,我输入邮箱的时候也是密码错误
我在注册时没有看到再次输入密码的选项

from study.zmide.com.

PBK-B avatar PBK-B commented on July 17, 2024

视频发不了,太大了,大概内容是我用126的邮箱注册了个账号,密码为123456,但我点确定登录时在登录页面却显示了一段比较长的密码,当我用开发者选项显示密码时里面的内容显示的是我的126账号,却不是密码,但我输入123456时显示密码错误,我输入邮箱的时候也是密码错误 我在注册时没有看到再次输入密码的选项

@maidang2233 目前这些代码还没上线,等这边找回密码功能合并之后会上线确认密码和找回密码功能

from study.zmide.com.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.