Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (283 - 285 of 1173)

Ticket Resolution Summary Owner Reporter
#70 FIXED Usernames are case-sensitive Jakob Kramer
Description
On registration you can register a new account even if there is
already a user with this name (but with some letters
lower/uppercase).

An example: There could be a user "alice" and a user "Alice" at the
same time.



#278 duplicate User-defined galleries Aaron Williamson
Description
Enable users to curate galleries containing an ordered collection
of media. User can add media entries (that users' or others'?) to a
gallery and specify the ordering of entries in the gallery. Two new
collections will be involved: Gallery (name, description, owner,
etc.) and GalleryEntry (gallery id, media entry, position, etc.).



#1096 fixed User registration form is too strict with usernames Matt Molyneaux
Description

Usernames with "-" (dash) are disallowed. The current regex in normalize_user_or_email_field is:

\w+$

This does allow underscores are fine with this regex though!

./bin/gmg adduser allow usernames with dashes, so either validation needs to happen there or the restriction needs to be lifted in the form.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.