14 Aug, 2010

Django openid login

Articles related to django openid login

Django SocialAuth Fix Google Email Open id attribute exchange

http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email : user = User.objects.get(pk = user_id) return user except User.DoesNotExist: return None With these fixes the openid login with google should fetch you the email. :) Looking for Django Web hosting ? Try Dreamhost. Get $50 discount off on $114 (ie for 64$) using this promocode ARUN97DISC for unlimited space, bandwidth and django hosting. Python Django Software ...
Published 2 years ago

Fix for Facebook authentication on IE

http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html Fix for Facebook authentication on IE What?This is for Facebook developers who have faced this problem. If you are using an Facebook application to authenticate a user on a PHP website, the Facebook redirection on Internet Explorer specifically fails the login of the user. This is because the return URL returned by facebook specifically for IE is the appending of the CallBack URL specified in the Application +the Next parameter + a "?" + the auth_token parameter.This results ...
Published 2 years, 9 months ago

Welcome to digitalpbk.com

http://digitalpbk.com/2009/10/other-welcome-digitalpbkcom Welcome to digitalpbk.com Well just to have something to get started. :) This is my experiment with drupal. I got somehow drupal to run, figured out and tinkered it as far as I know. I am a drupal 5 developer, has written a few modules in it, for the company SmartCrowds for which I work for. Drupal 6 is a little bit different. So if you find it a little plain and have ideas to improve, help me out. Just Ignore the above, its pretty old and historically true, But now it runs on Django ...
Published 2 years, 6 months ago

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) for .css output Defaults to inputfile.css In addition to the above options, the lessc.exe attached accepts less code from the standard input stream and outputs css to standard output stream. Why This is useful so that django-compressor and similar modules of the Django framework, which depends on a binary to convert other formats like LESS to CSS work without using another named temporary file. The default dot less compiler tries to do too much smartness which gets in the way ...
Published 1 year ago

How to change root admin user password in Drupal ?

http://digitalpbk.com/drupal/how-change-drupal-root-user-password How to change root admin user password in Drupal ? In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php. You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line. Run the following query to reset the password. UPDATE users SET pass = MD5('password') WHERE uid = 1 The user id of administrator is always 1. Password field in drupal is stored as MD5 of the actual string password. So ...
Published 2 years, 1 month ago

Tata Indicom Wimax Broadband Connection sharing via Wireless router (D-Link)

http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html to enable connection sharing and browsing first you have to get a router. We used a D-Link Router DIR-300 Wireless Router (Approx cost Rs. 2100). These are the following steps to configure the router. First connect the CPE (Customer Premise Equipment) or simply the small box that comes with a LAN cable onto your routers Internet PortGoto your router URL (default http://192.168.1.1/) Login using your default username (admin) and password(blank) (for D-Link) In the page click the Manual Internet ...
Published 2 years, 11 months ago

Preventing the default Windows Messenger from running.

http://digitalpbk.blogspot.com/2006/12/preventing-default-windows-messenger.html Preventing the default Windows Messenger from running. To disable the in-built Windows Messenger on XP1. Login as administrator2. Start > Run3. Type gpedit.msc in the dialog box, Press Enter.4. Now you can see the "Group Policy" window, from the Tree View thats shown at the left, Select Computer Configuration to disable it for all users or Select User Configuration for disabling only for your account.5. Select Administrative Templates > Windows Components > Windows Messenger6 ...
Published 5 years, 5 months ago

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code .5 (Django is supported), JAVA and Google's own Google Go Programming language. App engine is designed so that you don't require Unix / Linux professionals to manage all your servers. As a developer you are independent to write and deploy the code without traffic management headache. Amazon EC2 is also one such service, but you still need some set up with load balancers initially. Install the Google App Engine SDK If you already do not have the SDK you should download the SDK as Google App ...
Published 7 months ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html Orkut Perl Script - Login, Scrapper and more IntroThis is a PERL script that logs you into Orkut and allows you to scrap yiur friends. Following is the program and beneath it lies the manual to use the program. I assume that you already have PERL installed on your system with the required modules:LWPWWW::MechanizeProgram#! /usr/bin/perl -wuse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;use subs qw(print_c login logout home grab proces scrap);#autoflush STDOUT 1;printf ...
Published 4 years, 11 months ago

Perl Script to Login to Orkut

http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html Perl Script to Login to Orkut Finally Succeeded in making the Perl Script that logs you into Orkut! Signing into Orkut is much more than a simple POST, Google is always clever so that they make things complex for automating the login process. Anyway here is the complex script, ..AlgorithmGoto www.orkut.comCheck whether the title is Home.If not find the source of login page IFRAMEFill the username and password and submit the FORM.Find the follow link from the next page.Goto the followlink ...
Published 5 years ago

Related help topics for django openid login More keywords like django openid login
More pages for django openid login


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Havelock Boat Jetty Havelock Boat Jetty in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk