Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Delay problem in python/mysql integration

I'm making a python interface that has a user registration and login part using Mysql. I made a class to register and another to perform the login which worked normally, then I tried to apply ...
Natham's user avatar
  • 1
0 votes
0 answers
71 views

How to solve getting Null Auth::user in laravel 11

These are the files that I have for my authentication. I have student, admins, and super_admins. class AuthenticatedSessionController extends Controller { public function create(): View { ...
aaron nim's user avatar
-3 votes
1 answer
63 views

Login doesn't work even though the credentials are correct in Laravel and mySQL [closed]

i'm having issues where i'm trying to make a login page while connecting it into my mySQL, i've tried most solutions and it's not working for me,what keeps happening is it keeps going into else in ...
Icy's user avatar
  • 1
2 votes
1 answer
34 views

Can I access the MySQL keypair in a plugin?

I wrote a MySQL authentication plugin which currently requires the mysql_clear_password client-side plugin. I want to utilize encryption for better security, while still enabling the server to decrypt ...
Cardinal System's user avatar
1 vote
2 answers
81 views

It seems like my function is only receiving the first char of a string when being called [closed]

I am building a basic registration feature for a school project and keep getting an error when I try to check the username and password from a database. The idea is to have a user type in their login ...
Trey McCloud's user avatar
0 votes
1 answer
91 views

How to perform CRUD operations with specific user when using PHP Data Objects?

I have been following this tutorial (in Spanish) to query a MySQL database from Android. The tutorial uses PHP web services (PDO). So far, queries are working, but I am using "root" user. ...
xerez's user avatar
  • 69
0 votes
0 answers
14 views

i have to click twice in login button to enter the dashboard - PHP [duplicate]

I have a login page where i have to insert user and password but if i click the login button once,it redirected me back to login page. AND THE WEIRDEST part is, if i click the login button again (...
FarisBr's user avatar
-1 votes
1 answer
66 views

I'm having trouble with the API connection, with the HTTP (POST) method

So I built an auth system (login/register) system using express.js and mysql on the MVC model. But I'm having trouble with the API connection, particularly the HTTP (POST) method. So I got two modules,...
corey james's user avatar
0 votes
0 answers
29 views

Hashed Password from Registration Does Not Work in Login [duplicate]

So I have created typical registration/login screens for my project. The registration part appears to be flawless, works like a charm. The password that the user inserts gets hashed into the database, ...
CarpeCodice's user avatar
0 votes
0 answers
27 views

How to make a log-in and each user has their own unique profile on C# with MySQL?

I have two Window forms: one for log-in, and one for the profile of the user. My goal is each user has their own unique profiles, like accounts on social media. How can I make the user's log-in ...
젤77's user avatar
  • 1
-1 votes
1 answer
748 views

How to implement login using Google, Facebook and Github in website made with PHP and MYSQL [closed]

I am making a project in PHP and MYSQL and i want to implement login using Google,Facebook and Github, i am a complete beginner and can't seem to figure it out, any help will be appreciated. I have ...
Pranay Dubey's user avatar
0 votes
0 answers
50 views

Foreign key constraint failure in Django's django_admin_log table IntegrityError 1452 AbstractBaseUser

I'm encountering an error related to a foreign key constraint while working on a Django project. When attempting to add or update records in the django_admin_log table, the following error occurs: ...
Davor_Python's user avatar
0 votes
0 answers
78 views

Login with PHP, SQL - Security and Resource Concern

I am currently developing a log in system, and I am at a fundamental crossroad. I cannot decide between the following two possible ways of doing authentication with regards to security and resource ...
VTom's user avatar
  • 31
0 votes
2 answers
81 views

Laravel can not read the user ID

I am using laravel and vue for a project, I want to pass the user id to the table if the user is authenticated, but for some reason the authenticated user's id is not passed to the query giving this ...
Newbie's user avatar
  • 21
0 votes
0 answers
81 views

One login in flutter app and website based on MySQL database

I have new flutter app with dart, and old website based on MySQL, there is tab in app that go to specific page in the website. I want to connect my app database to website database to make user do one ...
ريم's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
126