Procházet zdrojové kódy

upgrade to wekan 5.60

Emile NDAGIJIMANA před 4 roky
rodič
revize
8bd2e4f0dd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -436,7 +436,7 @@ Users.allow({
   fetch: [],
 });
 
-// Search a user in the complete server database by its name or username. This
+// Search a user in the complete server database by its name, username or emails adress. This
 // is used for instance to add a new user to a board.
 const searchInFields = ['username', 'profile.fullname', 'emails.address'];
 Users.initEasySearch(searchInFields, {