Skip to content

Commit

Permalink
changed guest to guest2 as discussed on the dev list e.g. demo.txt ha…
Browse files Browse the repository at this point in the history
…s used guest2 for about 2 years so this change is more relevant for those upgrading

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@375 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Jul 13, 2012
1 parent 941fc82 commit 93f5d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Xerte/Authentication/Guest.php
Expand Up @@ -11,7 +11,7 @@ class Xerte_Authentication_Guest extends Xerte_Authentication_Abstract


public function getUsername() {
return 'guest';
return 'guest2';
}

public function getFirstname()
Expand Down

0 comments on commit 93f5d35

Please sign in to comment.