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

All Questions

Tagged with
0 votes
0 answers
22 views

how to auto login after signUp using Auth.php in Laravel11

Auth.php <?php return [ 'defaults' => [ 'guard' => env('AUTH_GUARD', 'web'), 'passwords' => env('AUTH_PASSWORD_BROKER', 'use_accounts'), ], 'guards' => [ ...
Ata Ur Rehman's user avatar
1 vote
1 answer
27 views

Redirect guests from WooCommerce checkout to My account login and back to checkout once logged in

I use the following code (pasted in my theme functions.php file) to redirect unlogged users from checkout page to WooCommerce My Account login form: add_action( 'template_redirect', '...
Abaol's user avatar
  • 21
0 votes
0 answers
25 views

Is there a way to tell WordPress to use a page theme as the styling of the login page?

I am needing to make a custom login page for my website but need things that are just unavailable (or not available for free) from any of the login page customization plugins. I have created a page ...
Zane Duncan's user avatar
0 votes
1 answer
45 views

Is it possible to integrate Contact Form 7 into a page that has been coded from scratch?

I am trying to create a login page that completely bypasses the WordPress default one for my website. I have attached an image for what I would like it to look like, as well as the php file I am using ...
Zane Duncan's user avatar
-3 votes
0 answers
25 views

How can I restrict a normal user from accessing a page content that should be accessed by a certain category of people i.e have a special id? [closed]

I'm working on a crime reporting web app. A citizen(who is the normal user) submits a crime report that is fed into the database. A security agent(with a special id) is supposed to view the reports ...
Ian Njoroge's user avatar
-1 votes
0 answers
27 views

Issue with TikTok Login Authorization [closed]

We are currently using the TikTok Login API for user authentication. Recently, we have encountered an issue where users are able to log in, but instead of being redirected to our specified page, they ...
Shaikh Bassam's user avatar
1 vote
2 answers
29 views

Operating on photo retrieved from php page using python

I want to make pseudo-verification api in python that works with images(ID of a worker). It is supposed to be based on certain patterns in image like(circles squares etc. like in snapchat famous ...
user25947831's user avatar
0 votes
0 answers
25 views

LDAP Integration for Laravel Project

I am currently having a trouble when authenticating a default, non-modified AD user in my Laravel Project. I am using this extension called LdapRecord-Laravel Before making this post I made sure that ...
alex wang's user avatar
1 vote
0 answers
23 views

Firebase Authorization validation

I'm debugging a PHP script for the authentication of users, the users are authenticated via Firebase on the frontend, and each call to the backend contains this in the header; Authorization: "...
digitalway's user avatar
0 votes
1 answer
36 views

How can i retrieve Auth data in 404 pages in Laravel 11

The fix was simple in previous Laravel version, but now with the current files restructuring, it is not clear how to solve this anymore, i want the Auth data to be shared even in 404 pages, i ...
Emad Ha's user avatar
  • 1,218
0 votes
0 answers
17 views

how to solve Type Error in CodeIgniter 4 Login Method?

I'm currently working on the login feature for my project and encountering an issue similar to one I had with user registration. I managed to solve the registration issue, but I'm still having trouble ...
sarah kim's user avatar
0 votes
1 answer
129 views

HikCentral Professional OpenAPI Authentication and JSON data fetch issue

I have been trying to call the parkingfee/calculate API using cURL PHP and I am able to get the 200 status code which means it reaches the server. But somehow the JSON data is not showing up even ...
abraham's user avatar
  • 21
0 votes
1 answer
48 views

Problems with urls at Laravel 11

I have been having problems for a few days regarding access to routes defined for my middlewares. The specific problem with all this is that when, for example, I want to enter a URL of my entity other ...
Carlos Gutiérrez's user avatar
0 votes
0 answers
58 views

why I got SMTP authentication error with mailtrap?

I am currently working on a website. And I want to add an email sending function to the website. I'm trying to test this using mailtrap (https://mailtrap.io). But I got the following error message: ...
Sándor Kovács's user avatar
0 votes
0 answers
130 views

Adding authentication component to versionned API

URL being accessed: /api/v1/requests - using Cake - Setup routing to support versioned API controllers? as inspiration The goal is to load my own custom authentication, however, it's partially loading ...
TechFanDan's user avatar
  • 3,444

15 30 50 per page
1
2 3 4 5
719