Home Register Login Reset Password User Profile About Project

Student Account / Password

Reset BYTE FORGE EDU Password

Use this page when the user knows the current password and wants to change it. Later this can grow into a full email-token forgot-password system.

Required: account email
Required: current password
Required: new password
Security: captcha check

Password Change

This first version protects the account by requiring the current password. It does not send email yet.

Later Upgrade

A full forgot-password system should send a one-use reset token to the registered email address before allowing a password change without the current password.

Current Version

User must know email and current password. This is useful for normal password changes.

Next Version

Website sends a reset link by email. The reset link expires and can be used only once.

Desktop Program

The desktop program can later open this page or use a matching API after login/account flow is finished.