Tagged Questions
0
votes
0answers
5 views
symfony2 can't login “Bad credentials”
Sorry, if I will make some english mistakes. I'm not english speaker
I write a website using Symfony.
but for some reason login is not working.
I always get message: "Bad credentials"
I can't find my ...
0
votes
3answers
43 views
Should I hash a password inside or outside of a class?
I have a class called User which stores user information. One field that is store while i am creating the account (it isn't stored in the class otherwise) is the hashed password.
The password is ...
0
votes
0answers
16 views
php jquery FB login redirect. any possible issues? suggestions?
I am making a simple site that uses Facebook connect to log in. I have two files, the index.php which shows the main content, and the login.html which contains the FB login script. I want to make it ...
0
votes
1answer
22 views
Securing user/password for REST API
I have a web service REST API on a secure ASP.NET website which requires a login to work. What is the most secure way to request the username/password programatically? (just adding a ...
0
votes
1answer
33 views
direct page access prevention [closed]
on my site i have 2 pages, a simple password protected page called login.php and the main webpage called index.php
I am trying to prevent users from directly accessing 'index.php'
If a visitor ...
0
votes
0answers
39 views
Auto login Symfony2
I already searched this topic, but i didnt find my mistake.
I want authenticate and redirect to main admin page after registration.
My registration form and login page run nice, but I cant autologin ...
0
votes
0answers
36 views
grails,Spring Security Core,QQ(just like facebook)login
I am new to grails and spring security plugin core and I have been in trouble recently.Hope someone can help me ......
My login page has a login form. Now, I want to add a shortcut to login. Click the ...
0
votes
1answer
33 views
using a login page for spring security
i am a beginner with spring security. i wanted to try using a login.jsp to authenticate. the login page is showed, but when i authenticate, it doesn't go to the default-target-url. here is my code:
...
0
votes
1answer
46 views
PHP User System Security
I have a small internal website for a charity, it's were the staff login to access documents and rota. Although it's only meant for certain users it is on the web so it's public therefore I'm still ...
2
votes
4answers
71 views
How do I update my security in my login script from MD5 to something more secure? [duplicate]
I have a PHP login script with salt on the database, but in my register script I see:
$qry = "INSERT INTO accounts(username, firstname, lastname, password) " .
...
2
votes
3answers
134 views
Login keeps getting hacked [closed]
I have the below login script which I believe is secure. However, someone keeps getting access to the administration section of the site and changing content.
if(isset($_POST['submit'])) {
$error = ...
0
votes
1answer
55 views
Secure user login using java hash and salt
I have been trying for some time now but can't find an answer.... I am new to this topic so apologize if its a basic question...
How do I store user password securely and let user login?
so first ...
0
votes
1answer
55 views
PHP Server and Android App login system
I need to make an Android Application that has a connection to a remote php server to fetch and save data.
This app needs to work offline and have a login system based on the same data that the ...
1
vote
2answers
124 views
Crystal Reports Asking For Database Login Information?
I am using an Access database with no particular security setup. I can open the database just fine through Explorer but when I try to open a report it asks for the login credentials of which there ...
-2
votes
0answers
12 views
Issue with security code [closed]
Im asking you for help, because Im having here strange issue.
I had choosen few months ago option, which always send you security code directly to your mobile when you want to log in from new account. ...
2
votes
2answers
62 views
PHP's IF/Else for a Login display [closed]
My goal is to have as if the IF states to display the "Welcome, %USERNAME%" which links to that person's account settings. The issue is, as I see it, is not displaying it if they are NOT logged in. I ...
0
votes
0answers
34 views
Elegant solution for “already logged in” user in Seam
I'm using seam 2.1.2 and currently have an issue with linking from excel (link) to my application.
<page view-id="/mypage.xhtml" login-required="true">
...
0
votes
1answer
32 views
What programming language that I shall use If I want to develop a new “registration and login” method? [closed]
If I want to develop a new "registration and login" method with a different logic, using mathematics equations and simple algorithms to enhance the current level of security in registration and ...
0
votes
1answer
37 views
Only Allow Login With Spring Security For Users With Certain Roles
I have a login page where I want to permit everyone to access the login.jsp. For example,
<intercept-url pattern="/login.jsp" access="permitAll()" />
But I only want to allow access to users ...
2
votes
3answers
64 views
Codeigniter and Multiple Concurrent Logins
I come from a security background where I was an infosec consultant and tested webapps for vulnerabilities. I've just started working as a webdev and I'm busy with my first project, written with ...
1
vote
3answers
126 views
Have a PHP redirect to login page, not forcing login
I created a small php site for gameserver management, but it is not forcing unlogged in users to login. I have added a redirect if a session is not active, and have destroyed the sessions on logout. ...
0
votes
1answer
43 views
acegi security login without manual password entering
We used form based acegi security login in our application. But now we want to pass login and password information from another application, so opening of our application must be transparent for the ...
1
vote
4answers
365 views
System Lock after failed login attempts in VB.net
I use this code for my login form:
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
Dim ErrorCount As Integer = 0
If (ErrorCount ...
0
votes
0answers
23 views
Using the google API without creating a google cookie
I have an app that uses the google api to access user data but am having an issue with the user being logged into google after "authorizing the application" for access.
The flow is the same as OAuth2 ...
2
votes
2answers
190 views
Send sensitive data from my website to my C# application
I have a run of the mill externally hosted website (linux platofmr) with mysql, php technologies installed. I require my C# application to collect data from the website.
I have a MYSQL database on my ...
0
votes
1answer
97 views
System profiler get me user logged in but not authenticated
I thought I was finally able to properly manage the login with Symfony 2. But when I get redirected to another page after login, the System Profiler gives me back that the user is logged in but not ...
2
votes
1answer
166 views
Symfony 2.2 - bad redirect after login in dev enviroment
First of all, I've searched Google for the similar problems but found no solution.
Second, sorry for my bad language :)
And third, the problem. After setting up Symfony2.2, I have the following code ...
0
votes
1answer
57 views
Chrome Extension Login Security
I have a website where users can signup and I want to provide some features using a chrome extension, I'm a bit concerned about security:
My idea is to show a login form in a popup and then send an ...
0
votes
0answers
15 views
Permission model with different permissions
I've been using basic authentication set ups mostly with roles in my previews project. Now I'm looking at a project with a more advanced set up. Users may be added to roles but here permissions will ...
0
votes
1answer
129 views
Spring Security Login Failure
I am using Spring Security 3.0.6 with JSF Mojarra 2.1.18 and Primefaces 3.5.
I created a LoginManagedBean which injects the AuthenticationManager of Spring Security.
@ManagedBean
...
-1
votes
1answer
10 views
questions about the .rhosts file [closed]
The .rhosts file in UNIX lets you specify remote login acess, with the structure [hostname,username].
If say computer A with username Milly requests acces to Computer B with username Sammy. And ...
0
votes
1answer
45 views
How do I create an efficient and secure way of signing users in?
Currently, I'm developing a socket.io-based chat that runs off an HTTPS Node.js server. I've successfully finished the correct steps for creating a self-signed certificate to run the server on. I want ...
0
votes
1answer
93 views
Authentication Token Security
What are the major flaws with authentication following the following logic.
User logs into a.example.com and clicks "Login to b.example.com". This link generates a random string and saves it in the ...
1
vote
1answer
263 views
Spring security authentication: get username without SPRING_SECURITY_LAST_USERNAME
I'm new at spring framework. I'm creating a login page for my webapp and I want the user to login before any action on the app. If the user enters good credentials everything it's ok and working, but ...
4
votes
1answer
30 views
Using SSL domain for login to webapp on non-ssl domain
I'm building this webapp where users can build their own online presentation using html and javascript (these uploads will be on AWS S3, not on the server itself). They hookup their domainname to the ...
1
vote
3answers
621 views
Using cookies to auto-login a user in asp.net (custom login)
i can't find on the net what i'm looking for so any help would be appreciated.
I have implemented a custom login form where the user enters his email and password to log in. I then query the database ...
0
votes
3answers
70 views
Which error message is better when users entered a wrong password?
Is there any differences between the following two error messages from security point of view when users entered a wrong password?
Wrong username or password.
Wrong password.
For example, ...
4
votes
1answer
204 views
Logging into website via C#
I have tried everything I can find on the web on how to implement this to log into this site. Here is the most recent failure.
// I have tried with multiple different URLS this one
// and ...
0
votes
2answers
45 views
Spring Security allowing alternative to username
I'm using Spring security 3.x. In my login page, there is an additional field that the user would scan an ID card to populate. If they do this, the username is not required (it is looked up against ...
0
votes
3answers
86 views
Site was recently hacked, would like help on improving my login script
Yesterday my site was hacked, the hacker managed to login to the admin area and post a blog which contained a redirect link to his website. So Im asking for a bit of help in making my login secure.
...
1
vote
1answer
33 views
How can I secure online API for my app?
I'm creating an app for Windows Phone and Android. So right now Im building a webapi they both can use, but I want to secure it som non other then my applications can use it. How do I go about it? No ...
0
votes
3answers
148 views
PHP login, index redirects to password input when checking credentials
I am taking my first steps into php and I have come across this unsolvable for me problem. I am trying to create a website which uses a simply MySQL database to identify some credentials given by the ...
1
vote
4answers
75 views
“User doesn't exist.” Good practice or not? [closed]
Is it, or is it not good practice to display specific error messages in regards to a login failure
i.e. User does not exist, Incorrect password, etc
Should I just bundle it all up as "Login ...
1
vote
1answer
80 views
Remote login with token instead of credentials - is it a good idea?
I'm not a cryptographer and if I had found something else I probably wouldn't try to solve this myself, so what do you think about this method to remotely login to a website from another site using a ...
0
votes
0answers
157 views
Rails 3.2 authentication returns invalid username/password combination
Hi I recently watched railscast #270 (Authentication in Rails 3.1). I am running 3.2 Rails atm. Everything seems to be working find when I sign up with the application but when I try to sign in with ...
0
votes
1answer
103 views
User Authentication/Login using OAuth
I feel like this might be answered in another OAuth question here, but I couldn't find it...
I have implemented an OAuth provider on a web service I'm writing. OAuth consumers of my provider ...
0
votes
0answers
55 views
How can I get the windows security log in box for a website
I'm New here, and I have a website with apache and I want to set it up so that a web page that needs to be logged in to, instead of having a forbidden page (which I am getting now) How can I get the ...
1
vote
3answers
250 views
Windows file ownership and security with vb.net?
Does anyone have any idea how to accomplish this?
On 1 PC there are 3 normal users and 2 administrators: a total of 5.
I need the VB.net application the running on admin 1 account to create a file ...
0
votes
2answers
50 views
Confused On Higher Web Root Access For Secure Login
Going to try and mess around with forms of secure login now, and the php files that connect to the database are going to be stored above the web root, public_html, so they cannot be publicly accessed.
...
0
votes
1answer
242 views
Secure login script on Google Code - without mail form field?
I need a login system on my site.
On this page, I found the "secure login scripts" - this is the header of the page.
But there is no:
mail verification,
mail field on the form (duplicate mails ...






