mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Rename sciNote -> SciNote (app/ folder)
This commit is contained in:
parent
cea18a44d5
commit
69d1f0511f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# When WOPI performs calls onto sciNote WOPI subdomain REST endpoints
|
# When WOPI performs calls onto SciNote WOPI subdomain REST endpoints
|
||||||
# Rack::MethodOverride MUST be omitted because it crashes the requests
|
# Rack::MethodOverride MUST be omitted because it crashes the requests
|
||||||
# due to trying to parse body of the requests
|
# due to trying to parse body of the requests
|
||||||
class WopiMethodOverride
|
class WopiMethodOverride
|
||||||
|
|
|
@ -16,7 +16,7 @@ module UsersGenerator
|
||||||
end
|
end
|
||||||
|
|
||||||
# If confirmed == true, the user is automatically confirmed;
|
# If confirmed == true, the user is automatically confirmed;
|
||||||
# otherwise, sciNote sends the "confirmation" email to the user
|
# otherwise, SciNote sends the "confirmation" email to the user
|
||||||
# If private_team_name == nil, private taem is not created.
|
# If private_team_name == nil, private taem is not created.
|
||||||
def create_user(full_name,
|
def create_user(full_name,
|
||||||
email,
|
email,
|
||||||
|
|
Loading…
Reference in a new issue