x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;


HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color); margin-bottom:20px;
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials

General description
CustomCSSwidth: auto; padding: 0px;
MyTitleReset Your Password
BodyCSSwidth: inherit; padding: 0px;

Forgetting your password can be frustrating, but resetting it is a straightforward process. Here's how:

Step 1 - Navigate to the login screen.


💡 Tip: If you're already logged into the platform and need to change your password, you can do so easily by navigating to the Settings tab and inputting your new password.


Step 2 - Click the “Forget Password?” the Image Added button located under the login form.


Step 3 - Input your email address and click the “Reset Password” Image Addedbutton. A reset password link will be sent to you via email.


Step 4 - Check your email and open the message from the platform. Click the link provided in the email.


Step 5 - Enter your new password, then confirm it by typing it again.


Step 6 - Click the " Reset Password " button to save your new password.


Congratulations! You have successfully reset your password. Now you can log in using your new password and access your account.

...