Skip to content

Removed login page from app#15

Merged
JosePizarro3 merged 1 commit intomainfrom
10-remove-login-credentials
Jun 11, 2025
Merged

Removed login page from app#15
JosePizarro3 merged 1 commit intomainfrom
10-remove-login-credentials

Conversation

@JosePizarro3
Copy link
Member

This pull request removes the authentication and session management functionality from the masterdata_checker application, simplifying the codebase and focusing it on its core functionality. The changes include the removal of login/logout features, associated utilities, and templates.

Authentication and Session Management Removal:

  • masterdata_checker/app/views.py: Removed the login and logout_view functions, as well as session handling logic in the homepage function. These changes eliminate user authentication and session management. [1] [2]
  • masterdata_checker/app/urls.py: Deleted the URL patterns for login and logout, reflecting the removal of authentication endpoints.
  • masterdata_checker/app/utils.py: Removed utility functions for password encryption, decryption, and OpenBIS session caching, as they are no longer needed.

Template Simplifications:

@JosePizarro3 JosePizarro3 linked an issue Jun 11, 2025 that may be closed by this pull request
@JosePizarro3
Copy link
Member Author

@jraedler @carlosmada22 I've removed the login page from the app

@JosePizarro3 JosePizarro3 merged commit c5c2e80 into main Jun 11, 2025
4 checks passed
@JosePizarro3 JosePizarro3 deleted the 10-remove-login-credentials branch June 11, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove login credentials

1 participant