Skip to content

Commit

Permalink
Add two new users to the support-services dump (#614)
Browse files Browse the repository at this point in the history
* chore: update local GN database to include users/groups

The new users all have the following password: p4ssworD_

* feat(editor): add missing import
  • Loading branch information
jahow committed Sep 11, 2023
1 parent 2fb296c commit 6b95354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ import {
} from '@geonetwork-ui/feature/auth'
import { LetDirective } from '@ngrx/component'
import { FeatureSearchModule } from '@geonetwork-ui/feature/search'
import { UiElementsModule } from '@geonetwork-ui/ui/elements'

@Component({
selector: 'md-editor-search-header',
templateUrl: './search-header.component.html',
styleUrls: ['./search-header.component.css'],
changeDetection: ChangeDetectionStrategy.OnPush,
standalone: true,
imports: [FeatureSearchModule, MatIconModule, CommonModule, LetDirective],
imports: [
FeatureSearchModule,
MatIconModule,
CommonModule,
LetDirective,
UiElementsModule,
],
})
export class SearchHeaderComponent {
public placeholder = this.avatarService.placeholder
Expand Down
Binary file modified support-services/docker-entrypoint-initdb.d/dump
Binary file not shown.

0 comments on commit 6b95354

Please sign in to comment.