Questions tagged as 'login'

0
answers

Pass login credentials and password for report service

I have an application that is calling a Report Service report, I have taken an example from Microsoft to pass the credentials of who is logged in to windows, but the server has the specific login and password for it. How do I set via password...
asked by 16.01.2018 / 13:42
1
answer

How to redirect a user to a specific page only in the first login of the site in wordpress?

I include some users in the wp_users table, just with the ID, USER_LOGIN, USER_PASS, USER_NICENAME, and DISPLAY_NAME. So, for example: INSERT INTO wp_users (ID, user_login, user_pass, user_nicename, user_email, user_url, user_registered, u...
asked by 09.01.2018 / 17:29
1
answer

I can not find the login error

I'm logging in, but even when I put the data of a registered user, invalid data appears. login.php <?php session_start(); require_once "Classes/UsuariosDAO.php"; require_once "Classes/UsuariosVO.php"; $objUsuario= new UsuariosVO(); $o...
asked by 29.11.2017 / 12:26
1
answer

How to allow login on only one device at a time

I have an app that when installed and logged in by firebase, the user will not be able to use their account on another device. In case, if you need to change the device the user will have to ask for release to a supervisor. I'm using native A...
asked by 30.11.2017 / 17:51
1
answer

Login with permissions Laravel 5

I have a login system with permissions made with Laravel's Auth, where there are the options "Student" and "Teacher" to choose from. For example: if he is a teacher, he will return with a screen to register evidence; if you are a student, you...
asked by 18.11.2017 / 19:55
3
answers

Connection to sql database on several php pages

I'm creating a site where several pages need to connect to the bank to perform their operations, for example, I made a login system, so the user clicks on 'login' opens a bootstrap modal to enter the data . I created the page "validaLogin.php" t...
asked by 10.11.2017 / 12:44
0
answers

Bootstrap modal login

I created a login button in the navbar of the site, when the user clicks open a modal with the login form. In the navbar php file I am calling the file "validaLogin.php" to check the user data and store it in a session variable, but when I submi...
asked by 10.11.2017 / 14:04
1
answer

Read Access for Users

I'm having trouble creating users with read-only access in SQL Azure. It returns me the message:    "The main server" **** "is not able to access the database" **** "under the current security context."   Can not open the default user data...
asked by 16.10.2017 / 13:51
2
answers

login system laravel with permission levels

I'm trying to set up a login system, but I can not seem to get the result I need. There are three types of users: Admin User (students) Teachers I've adapted the make:auth with roles to create teacher and student, it's wor...
asked by 24.10.2017 / 19:29
1
answer

Print table value

I have a login system, which each user is redirected to a specific page. In my database table I have the columns name, user, password and level. I would like when the user logs in, the name registered in the database appears on your welcome p...
asked by 14.10.2017 / 18:33