parsav  Diff

Differences From Artifact [6f4f9fa693]:

To Artifact [c30c9309b5]:


    11     11   </form>
    12     12   <hr>
    13     13   <form method="get">
    14     14   	<p>you can associate extra credentials with this account. you can also limit how much of this account’s authority these credentials can be used to exercise &mdash; for instance, it might be useful to create API keys that can read the account timeline, but not post as the account owner or access any of his administrative powers. if you don't select a capability set, the credential will be able to wield the full scope of the associated account‘s powers.</p>
    15     15   	<div class="check-panel">
    16     16   		<label><input type="checkbox" name="allow-post"> post</label>
    17     17   		<label><input type="checkbox" name="allow-edit"> edit</label>
    18         -		<label><input type="checkbox" name="allow-acct"> manage account</label>
           18  +		<label><input type="checkbox" name="allow-account"> manage account settings</label>
    19     19   		<label><input type="checkbox" name="allow-upload"> upload artifacts</label>
    20         -		<label><input type="checkbox" name="allow-censor"> moderation</label>
           20  +		<label><input type="checkbox" name="allow-artifact"> edit and delete artifacts</label>
           21  +		<label><input type="checkbox" name="allow-moderate"> moderation</label>
    21     22   		<label><input type="checkbox" name="allow-admin"> other admin powers</label>
    22     23   		<label><input type="checkbox" name="allow-invite"> invite</label>
    23     24   	</div>
    24     25   	<p>you can also specify an IP address range in CIDR format to associate with this credential. if you do so, this credential will only be usable when connecting from an IP address in that range. otherwise, it will be valid when connecting from anywhere on the internet.</p>
    25     26   	<div class="elem">
    26     27   		<label for="netmask">netmask</label>
    27     28   		<input type="text" name="netmask" id="netmask" placeholder="10.0.0.0/8">