You can reset your password.` }, button: { text: 'Sign In', disabled: false, spinner: false }, login: function () { const $form = $data.form; const $this = $data; $form.button.text = 'Logging in...'; $form.button.spinner = true; if($form.username != '' && $form.password != '') { $form.message.visible = false; webAuth.login({ realm: $form.databaseConnection, username: $form.username, password: $form.password, // return_to: $form.return, }, function(err, authResult) { if (err) { console.log(err); $form.button.spinner = false; if(err.code == 'access_denied') { $form.message.visible = true; $form.message.html = `Your email or password are incorrect. You can reset your password.`; $form.button.text = 'Sign In'; } if(err.code == 'too_many_attempts') { $form.message.visible = true; $form.message.html = `Your account has been blocked after multiple consecutive login attempts. We've sent you an email with instructions on how to unblock it.`; $form.button.text = 'Sign In'; } }; if (authResult) { $form.button.spinner = false; console.log('result'); console.log(authResult); } }); } } } }" x-effect="htmx.process($refs.forgotpassword);" >

Welcome Back!

Sign In to your Rise Gardens account

New to rise Gardens? Sign up now

Hey there! You can now login to the web store with the same email and password you use for the Rise Gardens App.

If you only have a store account, you will need to reset your password.

Forgot Password?
or sign in with

To use social login, make sure your google or apple email matches the email of your Rise account, otherwise it will create a new account

By clicking Create account I agree to Terms of Use, and acknowledge that I have read our Privacy Policy. I agree to recieve marketing information.

Your cart

0 items$0.00

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Close” or by continuing browsing this website, you consent to the use of ALL the cookies. Read Privacy Policy