Indefero

Indefero Commit Details


Date:2009-01-25 14:00:21 (15 years 10 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:96a82ba0ae284089739e061d904017e869776e6f
Parents: 743a3f312cb82629e631eecaae57c448b1b57ce7
Message:Fixed issue 113, login name case problem.

Changes:

File differences

INSTALL.mdtext
7676
7777
7878
79
79
8080
8181
8282
$user = new Pluf_User();
$user->first_name = 'John';
$user->last_name = 'Doe'; // Required!
$user->login = 'doe';
$user->login = 'doe'; // must be lowercase!
$user->email = 'doe@example.com';
$user->password = 'yourpassword'; // the password is salted/hashed
// in the database, so do not worry :)

Archive Download the corresponding diff file

Page rendered in 0.07005s using 14 queries.