diff options
author | friendica <info@friendica.com> | 2013-08-09 01:20:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-09 01:20:34 -0700 |
commit | c02a9301215ac146c26346ebc633d7c808cea5ee (patch) | |
tree | 8c4136f6dfcbcdf2c69b557ae49661b16738d8ab /doc/html/security_8php.html | |
parent | 3fe5a1c6b68a87f2c40f7aeba5bd401183709ad2 (diff) | |
download | volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.tar.gz volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.tar.bz2 volse-hubzilla-c02a9301215ac146c26346ebc633d7c808cea5ee.zip |
move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
Diffstat (limited to 'doc/html/security_8php.html')
-rw-r--r-- | doc/html/security_8php.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 6e020b13b..59a5836f0 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -359,7 +359,7 @@ Functions</h2></td></tr> <p>Profile owner - everything is visible</p> <p>Authenticated visitor. Unless pre-verified, check that the contact belongs to this $owner_id and load the groups the visitor belongs to. If pre-verified, the caller is expected to have already done this and passed the groups into this function.</p> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="lastpost_8php.html#a82f14cce5d3cfe27f40bdbd2c679d493">lastpost_content()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> |