django3-todowoo-project icon indicating copy to clipboard operation
django3-todowoo-project copied to clipboard

Bug: Signup page is accessible from homepage even though the user is authenticated

Open ravin-d-27 opened this issue 3 years ago • 1 comments

Hello! This website is really amazing, and I love it! I have found one small bug in the home screen. Even though the user is authenticated, I can able to go to signup page via start button in home page.

image

So, I have corrected the code that if the user is authenticated, he/she will be viewing current list button, else the user can able to view the start button.

image

ravin-d-27 avatar Dec 03 '22 06:12 ravin-d-27

Oh awesome! Thanks for sharing

On Fri, Dec 2, 2022 at 11:00 PM Ravin D @.***> wrote:

Hello! This website is really amazing, and I love it! I have found one small bug in the home screen. Even though the user is authenticated, I can able to go to signup page via start button in home page.

[image: image] https://user-images.githubusercontent.com/94217598/205426882-3fd3040a-4365-4898-aef1-762b676c2473.png

So, I have corrected the code that if the user is authenticated, he/she will be viewing current list button, else the user can able to view the start button.

[image: image] https://user-images.githubusercontent.com/94217598/205426897-f6562a05-9e59-4e0f-b53d-9f84e5856a0a.png

You can view, comment on, or merge this pull request online at:

https://github.com/zappycode/django3-todowoo-project/pull/4 Commit Summary

File Changes

(15 files https://github.com/zappycode/django3-todowoo-project/pull/4/files)

Patch Links:

  • https://github.com/zappycode/django3-todowoo-project/pull/4.patch
  • https://github.com/zappycode/django3-todowoo-project/pull/4.diff

— Reply to this email directly, view it on GitHub https://github.com/zappycode/django3-todowoo-project/pull/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBE27WQGDVLHEJKBTQAAN3WLLOZHANCNFSM6AAAAAASSSFOTY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Cheers, Nick

zappycode avatar Jan 14 '23 01:01 zappycode