0
votes
2answers
15 views
Spring Security: Cannot access target page even after successful login
Spring version: 2.5.6 SEC01
Spring Security version: 3.0.0 RC1
I'm attempting to integrate Spring Security with a Spring MVC application. The security part is largely based on the example applcation …
2
votes
3answers
51 views
Php Login Issue (Users cannot login and users can use others passwords to access their own accounts)
Ok so here is my issue, Some users cannot login to their accounts. They enter in their password and username properly but it just doesn't seem to work.
and secondly I noticed that a few of the users …
2
votes
2answers
88 views
need a help with TEdit
hello all
I am making login system ,
I successed all the way but ,i want abit more professional ,in my login system ,when user enters password in his password edit box ,i want to convert them as * …
1
vote
5answers
49 views
session expiring and giving error page
My application is throwing an error when the session expires.
I dont want the sessions to expire automatically....
but if there is no way to do that then instead of showing the error it should be …
1
vote
3answers
34 views
How do I hook into the Wordpress login system to stop some users programmatically?
Hello folks,
I am working on a Wordpress based portal which integrates with a custom-made e-commerce.
The e-commerce serves also as a 'control panel': all the roles are set up there. Some users are …
0
votes
1answer
31 views
Login pages that expire
Some web sites (notably some email clients) have log-in pages that expire (after 2 minutes).
What is the reason for login pages that expire?
1
vote
1answer
38 views
how to create a secure login with ASP.NET and MySql.
coming from php and Mysql i know how its best done in php but im not realy sure were to start with ASP.NET, can anyone give me any pointers?
1
vote
3answers
56 views
http or https authentication for Intranet Web applications
I’m developing an Intranet application and I want to make a secure authentication.
One approach can be use “https”. The problem is that the server doesn’t have a trusted certificate, therefore is a …
1
vote
2answers
30 views
Zend Authentication Problem with subdomain
I am working on a project using zend framework, php, mysql on ubuntu.
I have created hostname test.dev on my local machine and using zend authentication. When an user is authenticated using zend …
2
votes
6answers
58 views
Recommended way to let javascript know about php server-side login/logout?
For convenient notification purposes, not secure information purposes:
I have javascript polling for new information while logged in. I want it to stop while logged out. What is the best way to let …
1
vote
2answers
32 views
UML based Web Modelling: model the login process?
I am trying to model a web site project with UML. My question: in Use Case and Activity diagrams, should I model the login process (and if so, how)? Looking around, I didn't find a consistent answer …
1
vote
2answers
35 views
Login via cURL to Javascript Page?
Hey guys,
I'm having some trouble devise a script which attempts a login to a billing portal (Freshbooks) using cURL. I've seen various examples of this online …
0
votes
1answer
22 views
What methods can I use to rearrange the order of javascript function execution?
How to rearrange javascript function execution order independent of include order.
A question that assists, but doesn't completely answer my question: Can you have multiple …
0
votes
0answers
22 views
Why is ASP.net forms authentication logging me off (when not connecting directly on my box)?
I've got an ASP.net 2.0 application on my server at work. When I'm on the box and browsing (either http://serverName or http://localhost) the site I can login with forms authentication and navigate …
0
votes
2answers
20 views
How to make multilingual login in django?
Hello, I need to create multilingual website. But there is a problem with the login address.
Do you know, how I can have /login/ for EN and /prihlasit/ for CS, etc... ?
I can specify just one login …
