Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed May 27, 2011
1 parent a36da47 commit 92a9bb7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.textile
Expand Up @@ -41,7 +41,7 @@ h2. Installation
</code></pre>

# Visit http://localhost/Kaimonokago
# To log-in go to http://localhost/Kaimonokago/index.php/auth
# To log-in go to http://localhost/Kaimonokago/index.php/auth and change your username, email and password.
<pre><code> login email: admin@gmail.com
password: admin
</code></pre>
Expand All @@ -52,6 +52,16 @@ h2. Installation
define('CONFIG_LOGIN_PASSWORD', 'yourpassword');
</code></pre>

# Security
Open system/application/config/config.php and change encryption key.
<pre><code>
$config['encryption_key'] = "yourkey here";
</code></pre>
For your Encryption Key, visit "http://www.ideaspace.net/misc/hash/":http://www.ideaspace.net/misc/hash/ or
"http://www.whatsmyip.org/hash_generator/":http://www.whatsmyip.org/hash_generator/ to generate at least 32 characters long code.



h2. How to add translation

# Add a language in Languages page and create a new directory /modules/language/languages/newlang_name.
Expand Down

0 comments on commit 92a9bb7

Please sign in to comment.