Questions tagged as 'cuenta-usuario'

0
answers

What is the user? How do I solve this? Where can I investigate?

Thanks for your interest. I have a directory on a windows 2008 R2 web server that has permissions for the users: CREATOR OWNER, SYSTEM, Administrators, AD / myself_user, users. I am using a PC that is connected to an AD directory. When I s...
asked by 24.10.2017 / 15:05
0
answers

Roles php mysql

help I need to make a login with roles better said and I made the login but I do not know how or where to implement the validation of the role please help attached the code of the login <?php /** * Class login * handles the u...
asked by 22.09.2017 / 23:35
2
answers

Question about user class

I have this code but I do not know how to modify it to be able to handle different user classes with privileges and others it is not an inventory but I am adapting it to be able to handle it as a help desk also bn I leave the login.php any quest...
asked by 22.09.2017 / 19:15
2
answers

Does not recognize the profile of the user who enters the system

I have the following code: <?php session_start(); if (isset($_POST['token']) && $_POST['token'] !== '') { //Contiene las variables de configuracion para conectar a la base de datos include "../config/config.p...
asked by 28.09.2017 / 19:21
0
answers

Trying to get property of non-object - Middleware - laravel 5.4

Dear, I have a project in Laravel 5.4 and I have 3 types of users (Administrator, staff and client) With the Administrator I have no problems, but when I assign some methods of some controllers to the personnel middleware and try to access them,...
asked by 22.06.2017 / 22:38
1
answer

Check username already registered Firebase Android

Backend: Firebase / Language, platform: Java, Android. The problem is this: If I use the code snippet that checks if the username was already registered, the app does not work and does not save the data in the database or register the...
asked by 13.04.2017 / 03:35