Tagged Questions
A Login Script is a batch script for fine-tuning computer workstation logins. Please don't use this tag for web site login code, such as PHP.
22
votes
9answers
17k views
Detect OS from a bash script
I would like to keep my .bashrc and .bash_login files in version control so that I can use them between all the computers I use. The problem is I have some OS specific aliases so I was looking for a ...
10
votes
2answers
3k views
PHP login class
I'm looking for a good PHP login class via MySQL, and I'm not yet completely satisfied with anything I've found. This prior SO question doesn't really address my needs, as I'd prefer to stay away from ...
6
votes
3answers
1k views
How to add social login options in website? [closed]
I am using php/mysql for my website. I have created my own login/registration system, but I want to also integrate three social login options, Google, Facebook and Twitter in my website. Using them ...
6
votes
8answers
838 views
The best way to store username and password without a database
I want to build a simple single user login "library" in PHP, but I'm facing the following dilemma: how should I store username and password if I'm not using a database?
A simple plain text file could ...
4
votes
5answers
788 views
PHP Secure Login - password encryption
Here is the login system to which the secure login is to be implemented/
main_login.php
<form name="form1" method="post" action="checklogin.php">
Username:<input name="myusername" ...
4
votes
3answers
2k views
Running a process at the Windows 7 Welcome Screen
So here's the scoop:
I wrote a tiny C# app a while back that displays the hostname, ip address, imaged date, thaw status (we use DeepFreeze), current domain, and the current date/time, to display on ...
3
votes
4answers
222 views
Powershell logon script, is it possible to show dialog to user or read some user input?
So is it possible ?
I need to get some user credential to map certain network share. This share is not part of our domain and each user have different credentials.
EDIT
The script works fine if I ...
3
votes
2answers
630 views
Make Tweet Button work on Https Page
I'm admittedly new to SSL. My impression is that all of the files that hit the given page must come from secure sources. All my image and js files are being rerouted through https.
Is that ...
3
votes
3answers
581 views
Best starting point for a website with user management functionality
I'm about to start creating a new website that has standard user management (customers login and handling (change customer details etc) + my own functionality. I'm looking for the most efficient way ...
2
votes
1answer
37 views
Windows scripting language [closed]
In my current environment, I've implemented a login script system that uses Kixscript. I'm able to drop any kix script in the appropriate directory, after which the login script parsed that directory ...
2
votes
4answers
128 views
Designing a secure auto login cookie system in PHP
I want to have an auto login option check for a user. Basically that means a cookie will be stored on the client side.
Now the question is, how do I make it secure so the cookie will can not be ...
2
votes
3answers
159 views
Creating a Login Form for Multiple Sites
Our web-designer just finished up our site, and it has an HTML Form with Text Inputs for Username/Password, and a Drop-Down box so they can choose where they are logging in. Since HTML doesn't have ...
2
votes
4answers
93 views
How do I protect a page only for logged users?
I created a login form that works great. But I realized the page my user is directed to can still be accessed by anybody. How do I protect the page being accessed only viewable by those logged in?
...
2
votes
1answer
1k views
Tornado(python) login Examples/Tutorials
I was wondering if anyone know of any example code or tutorials on implementing a login/signup page in Tornado? Ive seen the examples that come with it, but they seem very facebook/oauth centric.
...
2
votes
1answer
379 views
Designing a Website in ASP.Net - User Login Design and Considerations
I'm currently messing around in Access to develop a website, or I should say - develop the initial workings of a database system in an environment that I am familiar with. As the .Net environment is ...
2
votes
8answers
574 views
Please Critique this PHP Login Script
Greetings,
A site I developed was recently compromised, most likely by a brute force or Rainbow Table attack. The original log-in script did not have a SALT, passwords were stored in MD5.
Below is ...
2
votes
5answers
581 views
PHP Login Script (Secure but not like a bank vault)
Looking for a php login script. I've searched stackoverflow and have seen a lot of posts, but can anyone recommend the best method? Also, If I want to use hashing, how do you decode the password when ...
2
votes
2answers
348 views
In SQL Server 2005, how can I write a query to list all login, their server role, correspond user in all db, db role?
I'm not clear about the security-related catalog views in SQL Server 2005 or 2008. I want to list all logins, their server roles, their correspond users in all database, all database roles in one ...
2
votes
1answer
336 views
Which is the “better” way of mapping drives in Powershell?
I am trying to optimise a login script to make it as robust and quick to execute as possible.
The script logs a number of drives, and I can see I can use either:
(New-Object -ComObject ...
2
votes
1answer
3k views
cURL login to login.live.com
I I'm trying to login to live.com via cURL
Has anyone tried that before? Could you then post your script?
Thanks
I'm now using this command...
curl --cookie cjar3 --cookie-jar cjar3 --data ...
1
vote
1answer
23 views
HybriAuth - Hybriauth Library needs the JSON PHP extension
Talking about HybridAuth, I have migrated our website to a new Hosting service, but now, when the user attempts to log in with Facebook button, the system displays the error "got an error! Hybriauth ...
1
vote
0answers
109 views
.htaccess login and redirect based on username and password
Been searching around for a .htaccess code but I just couldn't find the right one. I have a website which is password protected by .htaccess. What I need now is to redirect users (after they login) ...
1
vote
0answers
254 views
Facebook SDK 5+ authentication token error: A connection attempt failed because the connected party did not properly respond after a period of time
I have an issue I have been trying to fix since this morning (now over 8h). I got the facebook cookie contents, found the auth token which works fine on its own in the browser
...
1
vote
2answers
71 views
How to tee all console output of shell sessions to a log file
I am not sure if this is possible but it would be terribly handy to automatically tee all console output (stderr and stdout) to a log file starting after logging in. I would want it to create a ...
1
vote
6answers
188 views
How do I hide my mySQL login info in my php script?
I have a great php mySQL login script that works fine. Is ther another way to provide all my access info without revealing it in the script? Right now I show all my security access info which I ...
1
vote
5answers
148 views
How can I change my PHP login script with URL direction based on username and password?
I have a basic php login script. I have three fields: "username", "password", and "url". I would like to redirect each user to their own url based on their username and password combination. I ...
1
vote
2answers
147 views
I need a PHP mySQL Login script that directs user to specific URL based on username and password
Can anyone show me or point me in a direction that shows to assign a specific URL to a user based on their Username and Password?
Erik
1
vote
4answers
362 views
PHP Login System Questions
I have read a lot of these but I have a few questions that I think aren't adequately answered. If there is a link, please refer me to it and I'll be grateful.
I have a PHP login system and it will be ...
1
vote
1answer
311 views
Login system concept & logic?
I want to know the process which usually web apps follow to maintain login between multiple requests and also how they manage things using COOKIES.
In my login form I am providing "Remember Me" ...
1
vote
2answers
195 views
PHP session refresh!
See i have a created a script that logs in the user. And I also added settings tab so that the users can edit their settings! But when I tried it the data in the mysql table changed but the User Name ...
1
vote
1answer
727 views
Using HTMLUnit to log into Facebook programmatically using Java
This question is kinda an addition to this question:
How to log into Facebook programmatically using Java?
I have used (a slightly modified version of) the following code to log into accounts of ...
1
vote
4answers
450 views
PHP Session Security for Website Login
I'm creating a login script for a website i'm developing, and am using PHP sessions to authenticate users.
I've set the script to use HTTP only for the cookies, and to only use cookies for storing ...
1
vote
4answers
449 views
java login system
I am trying to make a multi user login system for my java program, at the moment i am compairing the username and password to md5 hashes stored in a text file. I would like to be able to geive ...
1
vote
1answer
405 views
Android log in and download csv file
I am writing an Android app and I need to download a csv file for a graph. I am not sure if I need to either put the two columns to two array strings or import them to the DB then just query. I am ...
1
vote
2answers
427 views
How can I login and download a file with Perl's WWW::Mechanize?
I'm trying to use Perl's WWW::Mechanize to download a file. I have to login the website before and then, after having validated the form, download the file.
The thing is, after hours, I didn't ...
1
vote
1answer
155 views
PHP login takes two attempts to work
I've got a really simple login script using PHP's sessions to limit access, but I'm having a really peculiar issue. The login always fails on the first attempt, even with correct credentials, but ...
1
vote
1answer
263 views
Manually log in a user
I'm working on a drupal site where I allow users to login while at the same time posting a content. I've successfully added email & password fields to the original form, but I'm stuck as to how I ...
1
vote
2answers
400 views
Saving login status with JavaScript cookies
I'm working on the login/ucp module of an application and I'd love to add a "remember me" option to remember the currently logged-in user and keep them logged in next time they visit.
I know this ...
1
vote
4answers
73 views
HTML stops at a PHP script made to connect to a mysql database. No errors printed
I'm trying to set up a login script for PHP using the tutorial on this site. The problem is that the site stops when it hits these lines, no error, no text:
<?php
$conn = ...
1
vote
3answers
113 views
Automate Field Entry in outside site
I am attempting to automate the entry of data into form fields. The problem is that this data (user/pass) is not known by the user. I'm not expressly hiding it from them, but they also don't need to ...
1
vote
1answer
315 views
Using Python to add/remove Ubuntu login script items
I have written a Python application and would like to give my users the option of having the app automatically launch itself when the user logs in. It is important that the user is able to toggle this ...
1
vote
5answers
3k views
How do I authenticate into Gmail using Perl?
I've installed this module to gain access and controls within a Gmail inbox. However, when I try to connect through a small Perl script and test the functionality, I get this error message.
Error: ...
1
vote
3answers
513 views
a script to log into webpage
I want to write a script to log in and interact with a web page, and a bit at a loss as to where to start. I can probably figure out the html parsing, but how do I handle the login part? I was ...
1
vote
2answers
175 views
PHP5 tier based authorization script?
Are there any PHP login scripts around that I can learn from?
I want to have a control panel that shows different options to different users depending on level of privilege.
1
vote
3answers
4k views
how to create a secure php login system, allowing for “keep me logged in” functionality?
I use a simple login system based on SESSION vars. Once the user logs in, a session var is set that tells my script the user is to be accepted in. I don't use any custom clientside cookie var.
I ...
1
vote
1answer
239 views
Refresh/Restart Vista's graphical login screen using JScript (WSH)
Background:
I have a JScript that runs when the computer starts up (from task scheduler). The script does some magic and determines if a user should be allowed to login at all. It starts by disabling ...
1
vote
0answers
102 views
Create Web User Accounting System
I want to create a user accounting system for a web site that would allow people to create accounts and can then log in and log out. Could someone point me to a tutorial on the matter. Thanks.
1
vote
1answer
932 views
Looking for open source user management and billing PHP web site code
I need to create a website in which users login, see certain reports, customize, pay (via paypal and credit card) etc.
80% of this is similar to many websites (including stackoverflow)
Do you know ...
0
votes
1answer
22 views
Implement Login in Sub-domain
I found that many sites using sub-domain to handle login. one of them is msn.com. Can anyone explain what is the purpose and advantage of using sub-domain to handle login. Appreciate for any reply.
0
votes
2answers
63 views
Create limit date for login in PHP Script
This simple script doesn't need database, the usernames and passwords will define in the script.
How can I build the script to define a date for each username and password so that after the date ...