v0.1.0 completed. only the owner can create new articles, users can modify their password, username, email, or delete their account, there's auth and permissions preventing accessing other user's information, and more. onto the road to v0.2.0
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ function form()
|
||||
{
|
||||
$raw_tags = article_tags();
|
||||
$tags = '
|
||||
<div class="form_tags">
|
||||
<div class="checkboxes">
|
||||
<label>Tags</label>
|
||||
';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user