mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
add form security to invite page and set maximum per user invites
This commit is contained in:
parent
f542653230
commit
04b48688b6
5 changed files with 118 additions and 93 deletions
|
@ -1,4 +1,7 @@
|
|||
<form action="invite" method="post" id="invite-form" >
|
||||
|
||||
<input type='hidden' name='form_security_token' value='$form_security_token'>
|
||||
|
||||
<div id="invite-wrapper">
|
||||
|
||||
<h3>$invite</h3>
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
*
|
||||
*}}
|
||||
<form action="invite" method="post" id="invite-form" >
|
||||
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
<div id="invite-wrapper">
|
||||
|
||||
<h3>{{$invite}}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue