comparison mod_invites_register/README.markdown @ 5141:027fb71ad509

Remove reverse dependencies on mod_invites (for plugin installer) Since mod_invites is included with Prosody 0.12, the same version which includes the plugin installer, there should be no need to depend on in.
author Kim Alvefur <zash@zash.se>
date Tue, 10 Jan 2023 20:49:17 +0100
parents 415264707251
children 2f7fff6c8c73
comparison
equal deleted inserted replaced
5140:ce11c217704a 5141:027fb71ad509
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Beta'
4 summary: 'Allow account registration using invite tokens' 4 summary: 'Allow account registration using invite tokens'
5 rockspec:
6 dependencies:
7 - mod_invites
8 ... 5 ...
9 6
10 Introduction 7 Introduction
11 ============ 8 ============
12 9