Bug 161123 - Login page submits even with empty fields
Summary: Login page submits even with empty fields
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: deletionRequest (show other bugs)
Version:
(earliest affected)
3.3.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-16 05:08 UTC by miliprajapati96
Modified: 2024-05-16 06:18 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miliprajapati96 2024-05-16 05:08:29 UTC
Description:
I am experiencing an issue with the login page form  of the web application, where the form can be submitted even if the username and password fields are left empty. This is a security concern, as it could allow unauthorized access to the application and it could harm someone's personal information. which is a very serious thing to note.

Steps to Reproduce:
1.Navigate to the login page of the web application
2.Leave the username and password fields empty
3.Click the "Login" button
4.The form is submitted, and the user is redirected to the home page
5. open login page and again and try to submit with empty field or try to submit with one one written field.
6. and login. 

2.
3.

Actual Results:
The form is submitted, and the user is redirected to the home page.

Expected Results:
Whenever username and password is empty then not redirected in Home page and display validation message like "Please, Enter username and Password" 


Reproducible: Always


User Profile Reset: Yes

Additional Info:
please take a action. login page should not submit with empty fields . when user enter the details like username and password it should verify first and then if a username and password is correct it should let the user in or else should sent error message.